Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 xcode 项目保存到 bitbucket 上的 git 存储库中,工作了几个月并更改了几个库,我的 .git 文件现在重 90MB
如果我知道我再也不需要像 18MB Google SDK1.3 这样的旧库,有没有办法永远删除它们?
试试 git gc它的各种选项在这里详细说明
https://help.github.com/articles/remove-sensitive-data
应该可以帮助你。它删除敏感数据但主体是相同的