1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

git-repack: add page (#4018)

This commit is contained in:
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

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`