I tried to use vsmerge as the mergetool in Git but it didn't work correctly. It launched and I was able to resolve conflicts but the merged file still had the conflicts with the lines that Git inserts. Has anyone tried this? Below is the text in my .gitconfig.
[merge]
tool = vsmerge
[mergetool "vsmerge"]
cmd = /home/vagrant/slickedit-pro/bin/vsmerge -smart $BASE $LOCAL $REMOTE $MERGED
keepBackup = false
Thank you.