Skip to content

Problem when running git rebase #26157

Discussion options

You must be logged in to vote

After a lot of trial and error I realized that using the --onto flag would make it work!

Instead of running git rebase branchA on master I run git rebase --onto branchA master and I get the expected result!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant