User login

Git

Tell Git about you

In order to have commits properly tagged you need to provide Git with your name and email address:

$ git config --global user.name "Jean R. Hacker"
$ git config --global user.email [email protected]

This ends up in your home directory's .gitconfig.