How do I configure Araxis Merge for use with Git?

前端 未结 5 1651
不知归路
不知归路 2020-12-10 12:01

I understand that Araxis Merge is now a \"fully supported\" mergetool for Git, so that much of what I can find about configuring Git to use it is now out of dat

5条回答
  •  被撕碎了的回忆
    2020-12-10 12:11

    Hard to make sense of the thread here, so I'm pasting below the exact .gitconfig that worked for me:

    [diff]
    tool = araxis
    
    [merge]
    tool = araxis
    
    [mergetool "araxis"]
            path = /Applications/Araxis Merge.app/Contents/Utilities/compare
    

提交回复
热议问题