जब मैं दौड़ता हूं:
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
मैं देखता हूं: रिबेस-अप्लाई
मैं उत्पत्ति के लिए प्रतिबद्ध नहीं हो सकता।
git branch
दिखाता है:
* (no branch, rebasing master)
develop
master
मैं फँस गया हूँ। मुझे नहीं पता क्या करना है? क्या यह वास्तव में रिबेट करने में लंबा समय लेता है? git rebase --continueकुछ नहीं करता। मेरे पास git स्टेटस में कुछ भी नहीं है .. मैं बस रिबेट का इंतजार कर रहा हूं। मैं क्या कर सकता हूँ?
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".
जोड़ देना। पास कुछ नहीं।
