📌  相关文章
📜  从 repo 历史记录中删除文件 - 无论代码示例

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

代码示例3
$ git filter-branch --force --index-filter \
  "git rm --cached --ignore-unmatch PATH-TO-YOUR-FILE-WITH-SENSITIVE-DATA" \
  --prune-empty --tag-name-filter cat -- --all
  > Rewrite 48dc599c80e20527ed902928085e7861e6b3cbe6 (266/266)
  > Ref 'refs/heads/main' was rewritten