Files
tldr/pages.zh/common/git-repack.md

12 lines
232 B
Markdown

# git repack
> 在 Git 仓库中打包未打包的对象。
> 更多信息:<https://git-scm.com/docs/git-repack>。
- 打包当前目录中的未打包对象:
`git repack`
- 打包后还移除冗余对象:
`git repack -d`