[git] Add hungryroot git config
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
[push]
|
[push]
|
||||||
default = current
|
default = current
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = false
|
gpgsign = true
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.gitignore_global
|
excludesfile = ~/.gitignore_global
|
||||||
[advice]
|
[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))'
|
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]
|
[merge]
|
||||||
conflictstyle = diff3
|
conflictstyle = diff3
|
||||||
[gpg]
|
|
||||||
program = /usr/local/bin/gpg
|
|
||||||
[status]
|
[status]
|
||||||
showUntrackedFiles = all
|
showUntrackedFiles = all
|
||||||
[transfer]
|
[transfer]
|
||||||
@ -59,3 +57,5 @@
|
|||||||
helper = osxkeychain
|
helper = osxkeychain
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
[includeIf "gitdir:~/src/github.com/hungryroot/"]
|
||||||
|
path = .gitconfig-hungryroot
|
||||||
|
|||||||
3
git/.gitconfig-hungryroot
Normal file
3
git/.gitconfig-hungryroot
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[user]
|
||||||
|
email = colin.powell@hungryroot.com
|
||||||
|
signingkey = 1CEADDFAE8FA02AF
|
||||||
Reference in New Issue
Block a user