- Install meld
- In SourceTree, go to Tools/Options/Diff
- In
External Diff Tool
, chooseCustom
- Enter
/usr/local/bin/meld
inDiff Command
and$LOCAL $REMOTE
inArguments
- In
External Merge Tool
, chooseCustom
- Enter
/usr/local/bin/meld
inMerge Command
and$LOCAL $MERGED $REMOTE
inArguments
- Click Ok and restart SourceTree
-
-
Save fire/5959c3d7d6a22974f25baa6007ce48d4 to your computer and use it in GitHub Desktop.
How to use meld with Sourcetree on the Mac.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you installed meld with brew, you should use
/opt/homebrew/bin/meld
instead