Before you use git the first time, you should configure it so when you check code in the system knows who you are:

git-config --global user.name "Givenname Familyname"
git-config --global user.email "youraddress@dept.rochester.edu"

GitBasics (last edited 2008-06-24 13:44:57 by platypus)

MoinMoin Appliance - Powered by TurnKey Linux