How to use git difftool to diff merge conflicts?

j-pb picture j-pb · Sep 18, 2010 · Viewed 28.9k times · Source

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.

A git difftool comparing with a previous commit will work.

Is there a way to use git difftool on merge conflicts?

Greets Jan

Answer

3lectrologos picture 3lectrologos · Sep 18, 2010

Try git mergetool.