标签: git
我要从文件夹示例内的git历史记录中删除文件test.php。就像/example/test.php。
删除后,我希望它喜欢/ example
但是当我使用它时,
git filter-branch — index-filter “git rm -rf — cached — ignore-unmatch example/test.php” HEAD
它将删除整个示例文件夹。帮助我解决这个问题。
预先感谢