dots/copy/mac/gitconfig
2017-05-06 01:10:56 -07:00

13 lines
473 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
[commit]
template = /Users/geneliverman/.stCommitMsg