可能的复制品:
如何在 Git 中清除提交历史中的大文件
我做了件蠢事。假设我提交了一个100MB 的文件。然后我看到这个,删除这个文件,再次提交。这是删除文件的正常过程。
But now the side effect is that my history is heavy because it's saved this large file (I believe this is why it is heavy). I am only using local git, so I do not synchronize in any server.
如何最终删除该文件并节省磁盘空间?