gitconfig: Don't user private gpg key on buran
This commit is contained in:
33
tree/.gitconfig.tpl
Normal file
33
tree/.gitconfig.tpl
Normal file
@ -0,0 +1,33 @@
|
||||
[user]
|
||||
name = Joakim Hulthe
|
||||
{% if hostname != "buran" %}
|
||||
email = joakim@hulthe.net
|
||||
signingkey = joakim@hulthe.net
|
||||
{% end %}
|
||||
|
||||
[commit]
|
||||
gpgSign = true
|
||||
|
||||
[pull]
|
||||
rebase = true
|
||||
|
||||
[core]
|
||||
editor = nvim
|
||||
|
||||
[init]
|
||||
defaultBranch = master
|
||||
|
||||
[pager]
|
||||
diff = delta
|
||||
log = delta
|
||||
reflog = delta
|
||||
show = delta
|
||||
|
||||
[diff]
|
||||
external = difft
|
||||
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
|
||||
[log]
|
||||
showSignature = true
|
||||
Reference in New Issue
Block a user