git-repack: add page (#4018)
This commit is contained in:
12
pages/common/git-repack.md
Normal file
12
pages/common/git-repack.md
Normal 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`
|
Reference in New Issue
Block a user