SourceTree 1.6.4.0 on Windows 7.
Let's say the following is my starting point:
C <- master
/
- A - B <- topic
I want to rebase topic onto master.
My goal is to have:
C - A - B
^ ^
master topic
but I end up with:
I can then do
git push origin topic -f
and I get the intended result, but what is the proper way to do this in SourceTree?
question from:https://stackoverflow.com/questions/25747146/how-to-properly-rebase-in-sourcetree