📌  相关文章
📜  git 从提交中删除文件 - Shell-Bash 代码示例

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

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