git gc
git prune --verbose --progress #删除未被git跟踪的文件
这篇博客介绍了如何使用`git gc`和`git prune`命令来删除Git仓库中未被跟踪的文件,详细阐述了这两个命令的作用和使用场景,帮助用户优化和维护本地Git工作环境。
git gc
git prune --verbose --progress #删除未被git跟踪的文件
822
1345

被折叠的 条评论
为什么被折叠?