আমি যখন চালাচ্ছি:
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
কিছু করে না গিট স্ট্যাটাসে আমার কিছু নেই .. আমি কেবল রিবেসের জন্য অপেক্ষা করছি। আমি কি করতে পারি?
আপডেট: এটি আউটপুট: গিট রিবেস - কনটিনিউ
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".
গিট অ্যাড কিছুই নাই.