- Install meld
- Add location of
meld.exeto the PATH, e.g.C:\Program Files (x86)\Meld - In SourceTree, go to Tools/Options/Diff
- In
External Diff Tool, chooseCustom - Enter
meldinDiff Commandand$LOCAL $REMOTEinArguments - Click Ok and restart SourceTree
Created
January 9, 2015 02:57
-
-
Save chinhodado/6fc37def3e12ea09f785 to your computer and use it in GitHub Desktop.
How to use meld with Sourcetree on Windows
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For Meld for OSX
Diff Command:
/Applications/Meld.app/Contents/MacOS/MeldDiff Command Arguments:
$LOCAL $REMOTEMerge Tool
/Applications/Meld.app/Contents/MacOS/MeldMerge Tool Arguments:
--auto-merge $LOCAL $BASE $REMOTE --output=$MERGED