From 07eae62a6d7b59e165bbefdc91faecbd2a349f06 Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Tue, 20 Dec 2016 01:28:30 +0100 Subject: [PATCH] Correction --- HowtoGit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 :