From eb3bc1fdb3c3b4afb9cf42bcde73cc773b65c526 Mon Sep 17 00:00:00 2001 From: greg Date: Fri, 3 Apr 2026 13:50:29 +0200 Subject: [PATCH] push prod modif git --- docs/divers/git/git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: