从 Git 历史提交中删除文件 2025-3-04 0:00 | 73 | 0 | 开发实践 295 字 | 2 分钟 注意!!! 亲测!!!两个方案都会在删除提交记录的同时把原文件删除!!!一定要记得备份文件再操作!!!如果仓库非常重要的话建议操作前备份整个仓库!!! 方案一:使用git filter-repo工具 1. 安装 git-filter-repo 工具 pip install git-filter-repo 2. 运行命令删除example.txt文件… Git