我开始在另一个分支上重新调整,决定暂时忘掉这个问题,转到另一个分支。
我目前正在处理的问题与当前无关
当我这样做时,我得到:
You are currently rebasing branch 'my-old-branch'
(all conflicts fixed: run "git rebase --continue")
这与我目前的工作无关,我想摆脱这种再平衡的局面。
如何消除电流?
最佳答案
您可以使用git rebase --abort
退出rebase进程。
关于git - 如何删除旧的 rebase ?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/34496834/