====== Gestion de version ====== Apprenez en lisant et en faisant des essais dans votre propre répertoire : http://git-scm.com/book/fr/Les-bases-de-Git-Enregistrer-des-modifications-dans-le-d%C3%A9p%C3%B4t Sont particulièrement utiles : * ''git commit --amend'' : Pour modifier un commit (utile si on a oublié d'associer une tâche par exemple). Par exemple le message : //Test de GIT LPSIX-3 // associe à la tache LPSIX-3 le commit correspondant. * ''git remote -v'' : pour retrouver l'url du dépôt distant ===== Gestion des branches ===== * ''git branch test'' : créer une branche test * ''git checkout master'' : Pour changer de branche * ''git merge test'' * http://git-scm.com/book/fr/Les-branches-avec-Git-Ce-qu%27est-une-branche ===== Références ===== http://www.alexgirard.com/git-book/index.html http://git-scm.com/book/fr/D%C3%A9marrage-rapide-Param%C3%A9trage-%C3%A0-la-premi%C3%A8re-utilisation-de-Git