How to configure Araxis merge / diff using Git Extensions?
I try to configure Araxis merge using "Git Extensions" , but did not find any help, all links or search queries are sent only to Git (using the shell), where as Git Extensions it is a GUI tool, it has (in Global settings ) to configure various tools for merge and diff , etc.
From the difftool drop-down list I choose Araxis , it automatically selects the correct paths to the installed locations
C:/Program Files (x86)/Araxis/Araxis Merge/AraxisGitDiff.exe
From the mergetool drop-down list
C:/Program Files (x86)/Araxis/Araxis Merge/AraxisGitMerge.exe
However, each of them has an additional text field with the diffftool and mergetool comand commands , I tried the following commands in them
AraxisGitDiff.exe $1 $2
Remembering that the command above will replace 1 and 2, which is ever selected from Git Extensions, and when I right-click on the file and remove the option "Open with difftool" â "A <-> B " , nothing is displayed on the screen will appear
Similalry does it
AraxisGitDiff.exe $LOCAL $REMOTE
does not work
I emptied this entry, I see the following error.
--------------------------- Araxis Merge Command Line Compare Utility v7.0 --------------------------- Usage: araxisgitdiff [/? | /h] <path> <old-file> <old-hex> <old-mode> <new-file> <new-hex> <new-mode> --------------------------- OK ---------------------------
git merge git-extensions
PHP Avenger
source share