1
0
Fork 0

git Add user.signingkey to global config

This commit is contained in:
tastytea 2022-03-29 03:56:53 +02:00
parent c6a4bbd5ca
commit 38863668dc
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 9 additions and 7 deletions

View File

@ -35,17 +35,19 @@
last-branches = for-each-ref --sort=-committerdate refs/heads/ --format='%(refname:short)' --count=5
review = log --patch --reverse
[core]
pager = ( delta || diff-highlight | ( highlight-diffpatch || cat ) | less --tabs=4 -RFX )
pager = ( delta || diff-highlight | ( highlight-diffpatch || cat ) | less --tabs=4 -RFX )
[gpg]
format = ssh
[gpg "ssh"]
allowedSignersFile = /home/tastytea/.ssh/allowed_signers
[interactive]
diffFilter = ( delta || cat )
diffFilter = ( delta || cat )
[diff]
colorMoved = default
[delta]
color-only = true
diff-highlight = true
[user]
signingkey = ~/.ssh/id_ed25519
[include]
path = config.local
[diff]
colorMoved = default
[delta]
color-only = true
diff-highlight = true