📅  最后修改于: 2022-03-11 14:51:51.049000             🧑  作者: Mango
git filter-branch -f --index-filter 'git rm --cached --ignore-unmatch '
or if you have a large file you want to delete use
git stash
git stash apply