In my ~/.gitconfig, I list my personal email address under [user], since that\'s what I want to use for Github repos.
~/.gitconfig
[user]
But, I\'ve recently s
Or you can add following information in your local .git/config file
.git/config
[user] name = Your Name email = your.email@gmail.com