From 3706cb9e71f50ed66809ee81f2a1048cd7cdb62e Mon Sep 17 00:00:00 2001 From: Tania Kuwonu Date: Wed, 25 Mar 2026 10:30:10 +0100 Subject: [PATCH] Actualiser git.md --- git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.md b/git.md index 3a58227..10589c4 100644 --- a/git.md +++ b/git.md @@ -3,7 +3,7 @@ ```bash git clone git add fichier -git commit -n "commentaires" +git commit -m "commentaires" git push ```