git*: add French translation (#4619)

This commit is contained in:
CARE-COLIN Thibaut
2020-11-10 12:17:06 +01:00
committed by GitHub
parent 6b167bcdd4
commit 8c8314f725
72 changed files with 1499 additions and 41 deletions

24
pages.fr/common/git-gc.md Normal file
View File

@@ -0,0 +1,24 @@
# git gc
> Optimise le registre local en nettoyant les fichiers inutiles.
> Plus d'informations: <https://git-scm.com/docs/git-gc>.
- Optimise le registrey :
`git gc`
- Optimise le registre plus agressivement, plus long :
`git gc --aggressive`
- Afficher les objets a supprimer :
`git gc --no-prune`
- Supprime tout les objets trouvés sans l'afficher sur la sortie standart :
`git gc --quiet`
- Afficher le manuel :
`git gc --help`