General updates

This commit is contained in:
Gene Liverman 2021-05-24 08:45:37 -04:00 committed by Gene Liverman
parent 668ceb06a4
commit 974ce7f7fc
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6
8 changed files with 323 additions and 86 deletions

View file

@ -1,15 +1,21 @@
[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
[user]
name = Gene Liverman
email = gene@technicalissues.us
[commit]
gpgSign = true
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[gpg]
program = gpg2
[init]
defaultBranch = main
[merge]
conflictStyle = diff3
[pull]
rebase = false
[alias]
kraken = !open "gitkraken://repo$(cd "${1:-.}" && git rev-parse --show-toplevel); :"