Set email

Check current

git config user.email

Set new one

git config user.email "gorokhov@gmx.com"

https://docs.github.com/en/free-pro-team@latest/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address

Last updated

Was this helpful?