Git永久删除文件和历史记录
git filter-branch --force --index-filter 'git rm --cached --ignore-unmatch 你的文件' --prune-empty --tag-name-filter cat -- --all
git filter-branch --force --index-filter 'git rm --cached --ignore-unmatch 你的文件' --prune-empty --tag-name-filter cat -- --all