On Wed, 18 Apr 2007, Matthieu Moy wrote: > Then, I can't even find it in the tutorial, but somewhere, it should > be mentionned to say who I am in ~/.gitconfig. One of the very first thing you can find in Documentation/tutorial.txt is: It is a good idea to introduce yourself to git with your name and public email address before doing any operation. The easiest way to do so is: ------------------------------------------------ $ git config --global user.name "Your Name Comes Here" $ git config --global user.email you@xxxxxxxxxxxxxxxxxxxxxx ------------------------------------------------ Nicolas - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html