Skip to main content
Use the default Meld install path in example
Source Link

Why do you not use git bash for Windows?

After install meld simply:

git config --global merge.tool meld
git config --global mergetool.meld.path "/c/Users/andarno/Meld/Meld"C:\Program Files (x86)\Meld\Meld.exe" <- path to meld here

Thats all!

Why do you not use git bash for Windows?

After install meld simply:

git config --global merge.tool meld
git config --global mergetool.meld.path "/c/Users/andarno/Meld/Meld.exe" <- path to meld here

Thats all!

Why do you not use git bash for Windows?

After install meld simply:

git config --global merge.tool meld
git config --global mergetool.meld.path "C:\Program Files (x86)\Meld\Meld.exe" <- path to meld here

Thats all!

Source Link
Arugin
  • 2k
  • 2
  • 13
  • 17

Why do you not use git bash for Windows?

After install meld simply:

git config --global merge.tool meld
git config --global mergetool.meld.path "/c/Users/andarno/Meld/Meld.exe" <- path to meld here

Thats all!