This is a little doc I put together to help remember how to get back to my desired git config. It also has some useful commands that I have picked up from lessons learned in dealing with large development teams and managing lots of pull requests.
Hope this will help others as well
Will simply setup the username and email address to publish commits under. Use the --global
flag if you want to use the same information by default for all projects.
git config user.name