Fixed minor typo in git checkout -b command

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2021-03-29 09:44:48 +02:00
parent f18cc1d7ab
commit 4ff4e75cac

View File

@ -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 :