How to set Araxis as diff / merge tool for MSYS git?

前端 未结 8 1941
情书的邮戳
情书的邮戳 2020-12-05 08:10

I\'m trying to use Araxis Merge as my diff / merge tool for MSYSGit.

I found a few resources on the net:

  • On the Araxis site, they mention an "easy&q
8条回答
  •  感情败类
    2020-12-05 09:04

    You could try to follow the script mentioned in my answer about diffMerge (for Windows) and see if it works.

    The executable path could be better expressed with:

    #!/bin/sh
    
    "C:/Program Files/Araxis/Araxis Merge/compare.exe" -title1:"$1 (repo version)" -title2:"$1 " -max "$2" "$5"
    

提交回复
热议问题