[git] Add hungryroot git config
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
[push]
|
||||
default = current
|
||||
[commit]
|
||||
gpgsign = false
|
||||
gpgsign = true
|
||||
[core]
|
||||
excludesfile = ~/.gitignore_global
|
||||
[advice]
|
||||
@ -29,8 +29,6 @@
|
||||
hs = for-each-ref --sort=-committerdate refs/heads/ --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))'
|
||||
[merge]
|
||||
conflictstyle = diff3
|
||||
[gpg]
|
||||
program = /usr/local/bin/gpg
|
||||
[status]
|
||||
showUntrackedFiles = all
|
||||
[transfer]
|
||||
@ -59,3 +57,5 @@
|
||||
helper = osxkeychain
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[includeIf "gitdir:~/src/github.com/hungryroot/"]
|
||||
path = .gitconfig-hungryroot
|
||||
|
||||
Reference in New Issue
Block a user