mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
11 lines
419 B
Text
11 lines
419 B
Text
[core]
|
|
excludesfile = /Users/gliverma/.gitignore_global
|
|
[difftool "sourcetree"]
|
|
cmd = /Applications/SourceTree.app/Contents/Resources/araxiscompare-w.sh -2 \"$LOCAL\" \"$REMOTE\"
|
|
path =
|
|
[mergetool "sourcetree"]
|
|
cmd = /Applications/SourceTree.app/Contents/Resources/araxisgitmerge-w.sh \"$REMOTE\" \"$BASE\" \"$LOCAL\" \"$MERGED\"
|
|
trustExitCode = true
|
|
[user]
|
|
name = Gene Liverman
|
|
email = gene@technicalissues.us
|