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 18:58] blay [Gestion des branches] |
2013_2014:lp:idse:gl:td:git [2013/10/11 10:18] (current) blay [Gestion des branches] |
||
---|---|---|---|
Line 14: | Line 14: | ||
* ''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'' |
* | * | ||
Line 20: | Line 20: | ||
http://git-scm.com/book/fr/Les-branches-avec-Git-Ce-qu%27est-une-branche | http://git-scm.com/book/fr/Les-branches-avec-Git-Ce-qu%27est-une-branche | ||
===== Références ===== | ===== 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 | http://git-scm.com/book/fr/D%C3%A9marrage-rapide-Param%C3%A9trage-%C3%A0-la-premi%C3%A8re-utilisation-de-Git |