ajout fichier git.md

This commit is contained in:
Kuwonu Tania 2026-03-25 10:50:33 +01:00
parent 3706cb9e71
commit 69aa84c086
2 changed files with 5 additions and 4 deletions

7
git.md
View File

@ -1,13 +1,14 @@
# git # git
```bash ```bash
git clone<url> git clone <URL>
git add fichier git add fichier
git commit -m "commentaires" git commit -m "commentaires"
git push git push
``` ```
```clone
- nouvelle commande
```bash ```bash
git clone <url> echo "hello world
``` ```

0
python3.13 Normal file
View File