-1

I have installed kdiff3 in my Applications directory. What changes should I do now to my ~/.gitconfig file so kdiff3 takes care of diff as well as merge issues?

got answer in : https://stackoverflow.com/a/33722631/1841181

xploreraj
  • 3,792
  • 12
  • 33
  • 51
  • 1
    Possible duplicate of [How to setup kdiff3 in Mac OS?](https://stackoverflow.com/questions/33722301/how-to-setup-kdiff3-in-mac-os) – xploreraj Oct 16 '19 at 13:44

1 Answers1

0

I think that you are looking for difftool command.

git difftool --help

You can try some things and come again with the results if you still need help.