From 84065a4ee6835430a38aa96751379fa55f3d6325 Mon Sep 17 00:00:00 2001 From: Tania Kuwonu Date: Wed, 25 Mar 2026 10:29:50 +0100 Subject: [PATCH] Actualiser git.md --- git.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/git.md b/git.md index 6461778..3a58227 100644 --- a/git.md +++ b/git.md @@ -1,13 +1,13 @@ -# git - -'''bash -git clone -git add fichier -git commit -n "commentaires" -git push -''' - -'clone -''' bash -git clone -''' +# git + +```bash +git clone +git add fichier +git commit -n "commentaires" +git push +``` + +```clone +``` bash +git clone +```