I'm trying to use command line git on os x in conjunction with araxis merge.
I'd like git diff foo to open it araxis
I've copied the utilties in the installer to /usr/bin
$ cd /usr/bin/
$ ls | grep araxis
araxisgitdiff
araxisgitmerge
araxishgmerge
araxisopendiff
araxisp4diff
araxisp4winmrg
araxissvndiff
araxissvndiff3
araxissvnmerge
I've modified my .gitconfig to contain the following:
[user]
name = Me
email = [email protected]
[push]
default = simple
[diff]
tool = araxis
[merge]
tool = araxis
Executing the following still results in a command line diff:
$ git diff template.html
Here's a .gitconfig file on os x.
You can then diff all changed files by executing