22
0
Fork 0

Correction

This commit is contained in:
Gregory Colpart 2016-12-20 01:28:30 +01:00
parent d5e02de950
commit 07eae62a6d
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ $ git branch -a
Créer une branche *myfeature* à partir de la branche *master* :
~~~{.bash}
$ git checkout myfeature master
$ git branch myfeature master
~~~
Pour passer d'une branche à une autre dans son dépôt local :