How do I configure Araxis Merge for use with Git?

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

    If you use SourceTree (I'm using v3.0.8) it's very easy to configure Araxis merge as the external diff tool:

    For using Araxis Merge to view file differences:

    • Install Araxis Merge
    • In SourceTree: Tools > Options > Diff > External Diff Tool > select AraxisMerge from dropdown > OK

    (No need to define the Arguments, no need to restart SourceTree)

    Example use:

    • Right-click an uncommitted file that you want to compare > select 'External Diff' (or select file then CTRL-D) - this will compare the differences between your latest changes and your local repo.

提交回复
热议问题