1

I have GIT set up to load Diffs in filemerge, but when there are conflicts, it just prints the diff to terminal.

Is there a way around this, or a better app to handle conflicts?

Mild Fuzz
  • 29,463
  • 31
  • 100
  • 148

1 Answers1

1

Simple, look into 'git mergetool' to configure a graphical editor to be able to handle the conflicts.

Sardaukar
  • 29,034
  • 5
  • 26
  • 32