This commit is contained in:
Kuwonu Tania 2026-03-25 10:22:19 +01:00
parent b1f5f2e17b
commit ff318e4106

13
git.md Normal file
View File

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