Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fire/5959c3d7d6a22974f25baa6007ce48d4 to your computer and use it in GitHub Desktop.
Save fire/5959c3d7d6a22974f25baa6007ce48d4 to your computer and use it in GitHub Desktop.
How to use meld with Sourcetree on the Mac.
  • Install meld
  • In SourceTree, go to Tools/Options/Diff
  • In External Diff Tool, choose Custom
  • Enter /usr/local/bin/meld in Diff Command and $LOCAL $REMOTE in Arguments
  • In External Merge Tool, choose Custom
  • Enter /usr/local/bin/meld in Merge Command and $LOCAL $MERGED $REMOTE in Arguments
  • Click Ok and restart SourceTree
@fjrevoredo
Copy link

If you installed meld with brew, you should use /opt/homebrew/bin/meld instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment