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

From Logic Wiki
Jump to: navigation, search
 
Line 4: Line 4:
 
# Install meld
 
# Install 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
 
# 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
 +
## C:\Users\[username]\AppData\Local\Programs\Meld
 
# 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

Latest revision as of 08:57, 30 July 2021


  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
    1. C:\Users\[username]\AppData\Local\Programs\Meld
  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