Nicolas, There is also at least two commands that I used often that are missing to me: $ git checkout -b branch_name branch_point Which is equivalent to: $ git branch branch_name branch_point $ git checkout branch_name The other missing command is: $ git add [-p|-i] Very important to create a set tightly related commits out of a dirty tree. Maybe also adding a note about aliases: $ git config --global alias.co checkout Pascal. -- --|------------------------------------------------------ --| Pascal Obry Team-Ada Member --| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE --|------------------------------------------------------ --| http://www.obry.net --| "The best way to travel is by means of imagination" --| --| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595 -- 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