เมื่อฉันวิ่ง:
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".
คอมไพล์เพิ่ม ไม่มีอะไรเลย