This pull request has conflicts. You must resolve the conflicts before you can merge:
Step 1: Fetch the changes (saving the target branch as FETCH_HEAD).
git fetch origin Branch1
Step 2: Checkout the source branch and merge in the changes from the target branch. Resolve conflicts.
git checkout Reverting git merge FETCH_HEAD
Step 3: After the merge conflicts are resolved, stage the changes accordingly, commit the changes and push.
git commit git push origin HEAD
Step 4: Merge the updated pull request.
I was able to do the following:
Step 1.
In SourceTree click Fetch
Step 2.
Checkout the source branch in the branch browser
Click merge and choose Branch1 to merge from (called the target branch above)
Step 3.
Commit
Push
Step 4.
Merge in Stash
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.