mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Round 1 of files
This commit is contained in:
parent
a4bc5977cf
commit
0673e01c0a
12 changed files with 187 additions and 0 deletions
13
copy/mac/gitconfig
Normal file
13
copy/mac/gitconfig
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[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
|
||||
Loading…
Add table
Add a link
Reference in a new issue