I am trying to use the git command line in os x in conjunction with araxis merge.
I would like git diff foo open it araxis
I copied utilities in the installer to / usr / bin
$ cd /usr/bin/ $ ls | grep araxis araxisgitdiff araxisgitmerge araxishgmerge araxisopendiff araxisp4diff araxisp4winmrg araxissvndiff araxissvndiff3 araxissvnmerge
I modified my .gitconfig to contain the following:
[user] name = Me email = Me@Me.com [push] default = simple [diff] tool = araxis [merge] tool = araxis
Doing the following still leads to the diff command line:
$ git diff template.html
source share