Add a git mémo page

This commit is contained in:
ben
2025-10-17 08:46:58 +02:00
parent 5ac8412eed
commit b42fd69822

View File

@@ -0,0 +1,7 @@
# Git
## Exécuter git depuis un autre répertoire que celui du dépot
```
git -C <chemin_du_dépot> <commande_git>
```