rebase in progress. Can not commit. How to proceed or stop (abort)?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: When I run: git status I see this: rebase in progress; onto 9c168a5 You are currently rebasing branch 'master' on '9c168a5'. (all conflicts fixed: run "git rebase --continue") nothing to commit, working directory clean When I do: ls `git rev-parse --git-dir` | grep rebase || echo no rebase I see: rebase-apply I can't commit to origin. git branch Shows: * (no branch, rebasing master) develop master I'm stuck. I don't know what to do? Does it really take this long to rebase? git rebase --continue doesn't do anything. I don't have anything in