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

14 lines
128 B
Markdown

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