0

I have configured KDiff3 as my default merge tool in the Git configuration so that when there is a merge conflict and on using the command

git mergetool

KDiff3 opens as my merge editor.

I would like to try Git merge through meld from the command line without modifying my Git configuration from KDiff3.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Ravi
  • 3,132
  • 5
  • 24
  • 35

1 Answers1

3

Try:

git mergetool --tool=meld <files>
wu peng
  • 138
  • 1
  • 6