Home / Presentations / Publications / Software
Set global username and email address.
git config --global user.name "Your Name"
git config --global user.email "email@example.com"
Set email address for a single repository.
git config user.email "email@example.com"
Gavin Wiggins © 2025.
Made on a Mac with Genja. Hosted on GitHub Pages.