当我跑步时:
git status
我看到了:
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
当我做:
ls `git rev-parse --git-dir` | grep rebase || echo no rebase
我看到:rebase-apply
我不能承诺出身。
git branch
显示:
* (no branch, rebasing master)
develop
master
我被卡住了。我不知道该怎么办?重新建立基础真的需要这么长时间吗?git rebase --continue
什么也没做 我的git状态没有任何内容。.我只是在等待rebase。我能做什么?
UDATE:这是以下内容的输出:git rebase --continue
Applying: no message
No changes - did you forget to use 'git add'?
If there is nothing left to stage, chances are that something else
already introduced the same changes; you might want to skip this patch.
When you have resolved this problem, run "git rebase --continue".
If you prefer to skip this patch, run "git rebase --skip" instead.
To check out the original branch and stop rebasing, run "git rebase --abort".
git添加 一无所有。