fatal: It seems that there is already a rebase-merge directory的一
(认知有限,如有不妥,还望告知,欢迎讨论)
在执行git pull --rebase origin <branch>遇到报错
解决办法
执行git rebase --quit
(找到的解决方法里说可能是我在之前的rebase过程中遇到了意外的中断,所以会出现这种情况,我想了一下,我昨天确实遇到了很多意外的中断。。。)
=END=
=reference=
[1] https://stackoverflow.com/questions/19134845/forgotten-rebase-interactive-git