git Add user.signingkey to global config
This commit is contained in:
parent
c6a4bbd5ca
commit
38863668dc
|
@ -35,17 +35,19 @@
|
||||||
last-branches = for-each-ref --sort=-committerdate refs/heads/ --format='%(refname:short)' --count=5
|
last-branches = for-each-ref --sort=-committerdate refs/heads/ --format='%(refname:short)' --count=5
|
||||||
review = log --patch --reverse
|
review = log --patch --reverse
|
||||||
[core]
|
[core]
|
||||||
pager = ( delta || diff-highlight | ( highlight-diffpatch || cat ) | less --tabs=4 -RFX )
|
pager = ( delta || diff-highlight | ( highlight-diffpatch || cat ) | less --tabs=4 -RFX )
|
||||||
[gpg]
|
[gpg]
|
||||||
format = ssh
|
format = ssh
|
||||||
[gpg "ssh"]
|
[gpg "ssh"]
|
||||||
allowedSignersFile = /home/tastytea/.ssh/allowed_signers
|
allowedSignersFile = /home/tastytea/.ssh/allowed_signers
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = ( delta || cat )
|
diffFilter = ( delta || cat )
|
||||||
|
[diff]
|
||||||
|
colorMoved = default
|
||||||
|
[delta]
|
||||||
|
color-only = true
|
||||||
|
diff-highlight = true
|
||||||
|
[user]
|
||||||
|
signingkey = ~/.ssh/id_ed25519
|
||||||
[include]
|
[include]
|
||||||
path = config.local
|
path = config.local
|
||||||
[diff]
|
|
||||||
colorMoved = default
|
|
||||||
[delta]
|
|
||||||
color-only = true
|
|
||||||
diff-highlight = true
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user