由于某些原因,有些任务使回购处于REBASING_MERGE状态。现在,当我下次处理一个任务时,我需要尝试“修复”存储库。我已经删除了潜在的冲突/修改/添加,但是回购仍然处于REBASING_MERGE状态。org.eclipse.jgit.api.errors.WrongRepositoryStateException: Cannot pull into a repository with state: REBASING_MERGE
在gitk --branches或gitk BRANCH1 BRANCH2中,我可以使用F5刷新视图,但在重新建立基址或修改提交之后,视图将保留任何分支不再指向的提交。 'gitk master origin/master' Gitk after After restarting Gitk and pressing F5 in git