I am using SourceTree as my git tool on Windows.
I have a main branch and a function branch, and I cannot get SourceTree to reinstall when I have a conflict.
main looks like this:
c1 β c2 β c4 β c5
the function is as follows:
c1-> c2 β c3
I want to reinstall the function so that it is:
c1 β c2-> c4-> c5-> c3
There is a conflict between c3 and c5. I can resolve the conflict, but when I commit the changes, I get the HEAD tag and look at my schedule. I see that the function branch has not been reinstalled.
How can I make rebase work?
git merge-conflict-resolution rebase atlassian-sourcetree
user4007604 Sep 17 '14 at 10:11 2014-09-17 10:11
source share