Mike's Developer Notes
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"
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)