From 942c4ad5aeb9682a91eb2c974c2f114c103ab618 Mon Sep 17 00:00:00 2001 From: Daniel Jakots Date: Sat, 17 Dec 2016 19:34:27 -0500 Subject: [PATCH] git branch -b n'existe pas --- HowtoGit.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HowtoGit.md b/HowtoGit.md index ca9a82c4..47288723 100644 --- a/HowtoGit.md +++ b/HowtoGit.md @@ -348,6 +348,9 @@ $ git reset origin ### git branch +XXX: c'est git checkout -b, git branch -b n'existe pas. Du coup, +revoir cette section. + Pour créer une branche et switcher directement dans cette nouvelle branche, on utilise l'option `-b` : ~~~{.bash}