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