In a very simple set up whenever i PULL from my branch i get 'merge aborted' if there is even a single line conflict in a remote file and my uncommitted changes.
error: Your local changes to the following files would be overwritten by merge
Please, commit your changes or stash them before you can merge.
Aborting
Sure enough, if i stash my changes or revert them i can perform the PULL just fine but i want to pull the remote file changes and have them as conflicts which i can resolve locally before committing. I can't seem to find an option for that anywhere.
SourceTree 1.9.6.1 for Windows
Diff tool and Merge tool configured: P4Merge