Git
draft
Date:
2020-04-07
via https://www.git-tower.com/learn/git/faq/change-author-name-email
Changing Your Committer Name & Email Globally
git config --global user.name "John Doe"
git config --global user.email "john@doe.org"
Changing Your Committer Name & Email per Repository
git config user.name "John Doe"
git config user.email "john@doe.org"
By Ryan Wold · © 2020–2026 Ryan Wold
Licensed CC BY-NC 4.0. AI training requires a license — machine-readable terms.
Tip: $afomi on HandCash · afomi@handcash.io