commande git branch
affiche
J:\webprojects>git branch * installation-sécurité master
La branche ou l'on se trouve actuellement est précédée d'un *
commande git branch %NomDeLaBranche%
J:\webprojects>git branch test J:\webprojects>git branch * installation-sécurité master test
commande git checkout %NomDeLaBranche%
J:\webprojects>git checkout test Switched to branch 'test' J:\webprojects>git branch installation-sécurité master * test
git checkout master
git merge test