从 Git 仓库历史中彻底删除文件

2024-03-12#Git

Git 建议使用第三方的插件 git-filter-repo 修改 Git 仓库历史。

git filter-repo --invert-paths --path <path to the file or directory>

加载中...