当 Github 的 Repo 变得日益臃肿、或者上传了敏感内容时,常见的方法时清理相关文件的所有历史提交记录:
git filter-branch --force --index-filter 'git rm --cached --ign
2021-01-23