Note/git.md
2026-03-25 10:30:10 +01:00

128 B

git

git clone<url>
git add fichier
git commit -m "commentaires"
git push 
``` bash
git clone <url>