I configured git to use SmartSynchronize as the merge tool but when I run git mergetool
I still see the conflict markers, like this:
I was using P4Merge and saw that it handles these conflict markers, but I really like viewing the merged file in the middle of the screen like in SmartSynchronize; so am I doing something wrong or is this tool just unable to handle conflict markers?
My .gitconfig
:
[mergetool "smartsynchronize"]
cmd = '/C/Program Files (x86)/SmartSynchronize 3.3/bin/smartsynchronize.exe' "$LOCAL" "$REMOTE" "$MERGED"
(also, if you know a way to make P4Merge show the merged file in the middle like that, I'd love to know)