git*: add French translation (#4619)
This commit is contained in:

committed by
GitHub

parent
6b167bcdd4
commit
8c8314f725
24
pages.fr/common/git-gc.md
Normal file
24
pages.fr/common/git-gc.md
Normal 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`
|
Reference in New Issue
Block a user