walterlv / BlogComments

3 stars 0 forks source link

git/2017/09/19/delete-file-using-filter-branch #143

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

使用 filter-branch 从 Git 历史中删除一个文件 - walterlv

使用 Git 官方提供的方法 filter-branch 从 Git 的提交历史中删除一个文件。

https://blog.walterlv.com/git/2017/09/19/delete-file-using-filter-branch.html

PegasusWang commented 1 year ago

目前官方也推荐使用了 https://github.com/newren/git-filter-repo/ 了,不再试用 git filter-branch