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}