From 4ff4e75cacbdc5cbddca213ed3e9de20306ae37c Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Mon, 29 Mar 2021 09:44:48 +0200 Subject: [PATCH] Fixed minor typo in git checkout -b command Signed-off-by: Louis Vallat --- src/git_flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/git_flow.md b/src/git_flow.md index bc9de4d..2a8c375 100644 --- a/src/git_flow.md +++ b/src/git_flow.md @@ -77,7 +77,7 @@ stabilité par exemple, ou qui n'est pas prête pour la mise en production. Pour créer une branche fille à partir de la branche sur laquelle vous êtes : ```git -git checkout -b nom_de_la_nouvelle branche +git checkout -b nom_de_la_nouvelle_branche ``` Et pour basculer de branche en branche :