摘要: 删除某个文件的所有commit记录: git filter-branch --force --index-filter "git rm --cached --ignore-unmatch file" --prune-empty --tag-name-filter cat -- --all 推送到远端 阅读全文
posted @ 2025-03-28 21:02 wan了个蛋 阅读(13) 评论(0) 推荐(0)