Home ›
GitGit
Submitted by Stefan Freudenberg on October 24, 2009 - 11:17am
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 jean.hacker@example.com
This ends up in your home directory's .gitconfig.