(认知有限,如有不妥,还望告知,欢迎讨论)
在执行git pull --rebase origin <branch>遇到报错
fatal: It seems that there is already a rebase-merge directory, and
I wonder if you are in the middle of another rebase. If that is the
git rebase (--continue | --abort | --skip)
If that is not the case, please
rm -fr &quot;.git/rebase-merge&quot;
and run me again. I am stopping in case you still have something
valuable there. 解决办法
执行git rebase --quit
(找到的解决方法里说可能是我在之前的rebase过程中遇到了意外的中断,所以会出现这种情况,我想了一下,我昨天确实遇到了很多意外的中断。。。)
=END=
=reference=
[1] https://stackoverflow.com/questions/19134845/forgotten-rebase-interactive-git