在git存储库中,每当我尝试启动变基时,“终端”窗口就会挂起,直到我立即运行git rebase --continue
为止。看起来像这样:
$ git rebase master
git rebase --continue
First, rewinding head to replay your work on top of it...
...etc
这不是一个巨大问题,因为解决方法很容易,但是我想知道是否有人可以阐明为什么会发生这种情况,并且可能的话,可以通过一种解决方法来解决rebase将自动启动。
谢谢!