1.1.7 Git user configuration

To configure git to automatically use your name and email address for patches,

git config --global user.name "MYNAME"
git config --global user.email myemail@example.net

Contributor’s Guide