Difference between revisions of "How to use Meld with SourceTree"

From Logic Wiki
Jump to: navigation, search
Line 3: Line 3:
  
 
# Install meld
 
# Install meld
# Add location of meld.exe to the PATH, e.g. C:\Program Files (x86)\Meld
+
# Add location of meld.exe to the PATH, e.g. C:\Program Files (x86)\Meld or you can enter full path in steps 5 and 7
 
# In SourceTree, go to Tools/Options/Diff
 
# In SourceTree, go to Tools/Options/Diff
 
# In External Diff Tool, choose Custom
 
# In External Diff Tool, choose Custom

Revision as of 10:40, 24 March 2017


  1. Install meld
  2. Add location of meld.exe to the PATH, e.g. C:\Program Files (x86)\Meld or you can enter full path in steps 5 and 7
  3. In SourceTree, go to Tools/Options/Diff
  4. In External Diff Tool, choose Custom
  5. Enter meld in Diff Command and $LOCAL $REMOTE in Arguments
  6. In Merge Tool, choose Custom
  7. Enter meld in Diff Command and $LOCAL $BASE $REMOTE --auto-merge --output=$MERGED in Arguements
  8. Click Ok and restart SourceTree