Round 1 of files

This commit is contained in:
Gene Liverman 2017-05-05 23:06:42 -07:00
parent a4bc5977cf
commit 0673e01c0a
12 changed files with 187 additions and 0 deletions

13
copy/mac/gitconfig Normal file
View 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

5
copy/puppetforge.yml Normal file
View file

@ -0,0 +1,5 @@
---
url: 'https://forgeapi.puppetlabs.com'
username: 'genebean'
password: 'change-me-to-a-real-password'