This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
2013_2014:lp:idse:gl:td:git [2013/10/05 21:26] blay [Gestion de version] |
2013_2014:lp:idse:gl:td:git [2013/10/11 10:18] (current) blay [Gestion des branches] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Gestion de version ====== | ====== Gestion de version ====== | ||
- | |||
- | $ gitk | ||
Apprenez en lisant et en faisant des essais dans votre propre répertoire : | Apprenez en lisant et en faisant des essais dans votre propre répertoire : | ||
Line 11: | Line 9: | ||
* ''git remote -v'' : pour retrouver l'url du dépôt distant | * ''git remote -v'' : pour retrouver l'url du dépôt distant | ||
+ | |||
===== Gestion des branches ===== | ===== Gestion des branches ===== | ||
* ''git branch test'' : créer une branche test | * ''git branch test'' : créer une branche test | ||
* ''git checkout master'' : Pour changer de branche | * ''git checkout master'' : Pour changer de branche | ||
- | * git merge test : | + | * ''git merge test'' |
* | * | ||