撤底删除 command:
git filter-branch --force --index-filter 'git rm --cached --ignore-unmatch deletedFileName' --prune-empty --tag-name-filter cat -- --all
撤底删除 command:
git filter-branch --force --index-filter 'git rm --cached --ignore-unmatch deletedFileName' --prune-empty --tag-name-filter cat -- --all