Thursday, May 17, 2018

Setup Meld for GIT on Windows

Try running the following lines on command prompt:

Assumption: GIT is currently installed on your Windows machine.

git config --global merge.tool meld

git config --global diff.tool meld

git config --global mergetool.meld.path "C:\Program Files (x86)\Meld\Meld.exe"

No comments:

Post a Comment