is this signed?
This commit is contained in:
parent
272a593513
commit
75f7e4afaf
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ excludesfile = /home/{{- .chezmoi.username -}}/.config/git/ignore
|
||||||
[user]
|
[user]
|
||||||
name = {{ .name }}
|
name = {{ .name }}
|
||||||
email = {{ .email }}
|
email = {{ .email }}
|
||||||
|
signingkey = 7AD9DB430EE2B3C1D86BF3243CD66E04B8072F3E
|
||||||
|
|
||||||
|
[commit]
|
||||||
|
gpgSign = true
|
||||||
|
|
||||||
|
[tab]
|
||||||
|
gpgSign = true
|
||||||
|
|
||||||
[credential]
|
[credential]
|
||||||
helper = cache
|
helper = cache
|
||||||
|
|
Loading…
Reference in a new issue