diff --git a/docs/divers/git/git.md b/docs/divers/git/git.md index 1a882706..58aaa296 100644 --- a/docs/divers/git/git.md +++ b/docs/divers/git/git.md @@ -163,7 +163,7 @@ git branch - Créer une nouvelle branche et basculer vers la nouvelle branche: ``` { .bash .copy } -git checkout -b nom-nouvelle-branche +git checkout -b ``` - Connaitre l'état du dépôt local: