Skip to content

Instantly share code, notes, and snippets.

@rehannali
Last active August 23, 2019 10:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rehannali/86cefec816a7f9e84e21aefab7e4b016 to your computer and use it in GitHub Desktop.
Save rehannali/86cefec816a7f9e84e21aefab7e4b016 to your computer and use it in GitHub Desktop.
Meld configuration with SourceTree
Install Meld > Add it to SystemPath where Meld.exe is located.
SourceTree > Tools > Options > Diff > Diff(Custom > Meld.exe) & Merge(Custom > Meld.exe)
Arguements:
Diff: $LOCAL $REMOTE
Merge: $LOCAL $BASE $REMOTE --auto-merge --output=$MERGED
If you got DLL Issue :
Copy "C:\Program Files (x86)\Meld\lib\libgirepository-1.0-1.dll" to "C:\Program Files (x86)\Meld\libgirepository-1.0-1.dll".
One Directory Up.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment