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