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

15 lines
143 B
Markdown

# git
```bash
git clone <URL>
git add fichier
git commit -m "commentaires"
git push
```
- nouvelle commande
```bash
echo "hello world
```