15 lines
143 B
Markdown
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
|
|
```
|