git-repack: add page (#4018)

client-spec/clarity
Starbeamrainbowlabs 2020-05-09 07:31:47 +01:00
parent 8340b36fba
commit b305693b00
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2
1 changed files with 12 additions and 0 deletions

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`