How do I configure Araxis Merge for use with Git?

前端 未结 5 1646
不知归路
不知归路 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:09

    @raxacoricofallapatorius great answer! But you need to run that command line with quotes (due to the space in Araxis Merge. Without quotes produced a truncated path of "/Applications/Araxis" which didn't work obviously, but adding quotes and re-running that command fixed my issues. Thanks!

    Fix:

    git config --global mergetool.araxis.path "/Applications/Araxis Merge.app/Contents/Utilities/compare"
    

提交回复
热议问题