Advertisement
rehannali

Meld Configuration with sourcetree

Aug 1st, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Install Meld > Add it to SystemPath where Meld.exe is located.
  2.  
  3. SourceTree > Tools > Options > Diff > Diff(Custom > Meld.ext) & Merge(Custom > Meld.exe)
  4.  
  5. Arguements:
  6. Diff: $LOCAL $REMOTE
  7. Merge: $LOCAL $BASE $REMOTE --auto-merge --output=$MERGED
  8.  
  9. If you got DLL Issue :
  10. Copy "C:\Program Files (x86)\Meld\lib\libgirepository-1.0-1.dll" to "C:\Program Files (x86)\Meld\libgirepository-1.0-1.dll".
  11. One Directory Up.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement