Sourcetree version: 3.3.9 Windows 10.
I want to rebase branch2 to get the changes made in Feature to keep working on Branch2.
I checkout to branch2, right click Feature/Training and click "Rebase current changes onto feature training"
Then I dont know why I get a detatched head with uncommitted changes:
But I follow the steps indicated here in the official page (https://www.coursera.org/lecture/version-control-with-git/sourcetree-rebasing-Miziw) which say that I have to resolve the conflicts, stage them and NOT commit, I do it.
Then I go to actions, continue Rebase, as all the articles say that is the step to follow.
and then finnally I get this error... can anybody help me please?
P.S: I already saw this post (Using Source Tree, rebase with conflict, rebase doesn't work after conflict resovled) which is the same problem, but I cant solve it with the answer given, as I did it correctly.