mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
General updates
This commit is contained in:
parent
668ceb06a4
commit
974ce7f7fc
8 changed files with 323 additions and 86 deletions
|
|
@ -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); :"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue