Actualiser git.md

This commit is contained in:
Kuwonu Tania 2026-03-25 10:29:50 +01:00
parent ff318e4106
commit 84065a4ee6

26
git.md
View File

@ -1,13 +1,13 @@
# git
'''bash
git clone<url>
git add fichier
git commit -n "commentaires"
git push
'''
'clone
''' bash
git clone <url>
'''
# git
```bash
git clone<url>
git add fichier
git commit -n "commentaires"
git push
```
```clone
``` bash
git clone <url>
```