📌  相关文章
📜  如何删除文件的 git 历史记录 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:36.811000             🧑  作者: Mango

代码示例3
git filter-branch --index-filter "git rm -rf --cached --ignore-unmatch path_to_file" HEAD