📜  从 git commit 中删除文件 - Shell-Bash 代码示例

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

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