tldr/pages.fr/common/git-repack.md

13 lines
300 B
Markdown
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

# git repack
> Empaqueter les objets décompressés dans un dépot Git.
> Plus d'informations : <https://git-scm.com/docs/git-repack>.
- Empaqueter les objets décompressés dans le dépot courrant :
`git repack`
- Egalement suprime les objets redondants après empaquetage :
`git repack -d`