Files
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 are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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`