diff --git a/HowtoGit.md b/HowtoGit.md index 8d496dd1..54790648 100644 --- a/HowtoGit.md +++ b/HowtoGit.md @@ -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 :