내가 실행할 때 :
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
아무것도하지 않습니다. 자식 상태에 아무것도 없습니다. 단지 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 add. 아무것도 없습니다.