Actualiser git.md

This commit is contained in:
Kuwonu Tania 2026-03-25 10:30:10 +01:00
parent 84065a4ee6
commit 3706cb9e71

2
git.md
View File

@ -3,7 +3,7 @@
```bash ```bash
git clone<url> git clone<url>
git add fichier git add fichier
git commit -n "commentaires" git commit -m "commentaires"
git push git push
``` ```