jacob-tate
12/4/2019 - 3:25 AM

git: Set global merge tool

Set the global merge tool assuming its within your path

git config --global merge.tool kdiff3

Set the global merge tool with hardcoded path

git config --global mergetool.kdiff3 [path]