git-repack: add page (#4018)

This commit is contained in:
Starbeamrainbowlabs
2020-05-09 07:31:47 +01:00
parent 8340b36fba
commit b305693b00

View File

@@ -0,0 +1,12 @@
# git repack
> Pack unpacked objects in a git repository.
> More information: <https://git-scm.com/docs/git-repack>.
- Pack unpacked objects in the current directory:
`git repack`
- Also remove redundant objects after packing:
`git repack -d`