After a merge failed with some conflicts I can list those with git diff, but git difftool won't display them with the difftool set in the config(in my case Kaleidoscope), instead it will just use normal diff.
git diff
git difftool
A git difftool comparing with a previous commit will work.
Is there a way to use git difftool on merge conflicts?
Greets Jan
Try git mergetool.
git mergetool
2.1m questions
2.1m answers
60 comments
57.0k users