mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
Added Araxis integration to sample .gitconfig
This commit is contained in:
parent
42deb5e184
commit
e24dff96da
1 changed files with 4 additions and 0 deletions
|
|
@ -1,8 +1,12 @@
|
|||
[core]
|
||||
excludesfile = /Users/gliverma/.gitignore_global
|
||||
[diff]
|
||||
tool = araxis
|
||||
[difftool "sourcetree"]
|
||||
cmd = /Applications/SourceTree.app/Contents/Resources/araxiscompare-w.sh -2 \"$LOCAL\" \"$REMOTE\"
|
||||
path =
|
||||
[merge]
|
||||
tool = araxis
|
||||
[mergetool "sourcetree"]
|
||||
cmd = /Applications/SourceTree.app/Contents/Resources/araxisgitmerge-w.sh \"$REMOTE\" \"$BASE\" \"$LOCAL\" \"$MERGED\"
|
||||
trustExitCode = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue