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

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

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