我想在os x上使用命令行git與araxis合併。araxis合併mac和git diff
我想git的差異富打開它araxis
我已經複製安裝程序的工具程序到/ usr/bin中
$ cd /usr/bin/
$ ls | grep araxis
araxisgitdiff
araxisgitmerge
araxishgmerge
araxisopendiff
araxisp4diff
araxisp4winmrg
araxissvndiff
araxissvndiff3
araxissvnmerge
我修改我的.gitconfig遏制以下:
[user]
name = Me
email = [email protected]
[push]
default = simple
[diff]
tool = araxis
[merge]
tool = araxis
執行以下仍導致命令行DIFF:
$ git diff template.html