Difference between revisions of "How to use Meld with SourceTree"
From Logic Wiki
| 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
- 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
- C:\Users\[username]\AppData\Local\Programs\Meld
- In SourceTree, go to Tools/Options/Diff
- In External Diff Tool, choose Custom
- Enter meld in Diff Command and $LOCAL $REMOTE in Arguments
- In Merge Tool, choose Custom
- Enter meld in Diff Command and $LOCAL $BASE $REMOTE --auto-merge --output=$MERGED in Arguements
- Click Ok and restart SourceTree