Fixed minor typo in git checkout -b command
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
f18cc1d7ab
commit
4ff4e75cac
@ -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 :
|
||||
|
Loading…
Reference in New Issue
Block a user