I think this only works if you set `git config --global user.useconfigonly true`, otherwise git will try to guess your name/email.
back
1 comments
It does, thank you for that tip! So far I'd just `git commit --amend --reset-author` after setting the email the first time.