为什么git filter-branch显示“致命:需要单个修订”错误?

时间:2017-07-14 08:15:19

标签: git github

我想从我的存储库中删除敏感数据。根据{{​​3}}我使用此命令:

git filter-branch --force --index-filter 'git rm --cached --ignore-unmatch projectname-firebase-crashreporting-00000-q12345fg45.json'

从我的所有提交中删除 projectname-firebase-crashreporting-00000-q12345fg45.json 文件但我遇到此错误:

  

致命:需要单一修订

我对其他2个文件使用这个git命令并且运行良好但我不知道为什么我现在得到这个错误。我搜索了它,我刚刚找到了一些关于rebase命令的提示。

我该怎么办?

0 个答案:

没有答案