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

From Logic Wiki
Jump to: navigation, search
(Created page with "Category:Tips Category:GIT # Install meld # Add location of meld.exe to the PATH, e.g. C:\Program Files (x86)\Meld # In SourceTree, go to Tools/Options/Diff # In Exte...")
 
Line 6: Line 6:
 
# 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
# Enter meld in Diff Command and $LOCAL $REMOTE in Arguments    -> Better to define $LOCAL $MERGED $REMOTE
+
# 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
 
# Click Ok and restart SourceTree

Revision as of 14:37, 23 March 2017


  1. Install meld
  2. Add location of meld.exe to the PATH, e.g. C:\Program Files (x86)\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