Replies: 1 comment
-
Hi @yagnaa, thanks for reporting. The next time you see this, can you file a bug using the issue tracker? In particular, the output of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
git move -d branch_B -b branch_A
there is a conflict in the last commit of branch_B.
So run
git move -d branch_B -b branch_A --merged
in memory rebase fails
on disk rebase is attempted
$vi (fix)
$ git add *
$ git rebase --continue
Expectation;
git move detects the rebase completion and moves the branch_B appropriately.
Behaviour:
After rebase we are left in detached HEAD state and have to move the branch_B to the detached HEAD manually..
Beta Was this translation helpful? Give feedback.
All reactions