Configure commit signing
This commit is contained in:
parent
ae96baa1d0
commit
1720bfea7c
@ -1,6 +1,7 @@
|
|||||||
[user]
|
[user]
|
||||||
email = evan@ewpratten.com
|
email = evan@ewpratten.com
|
||||||
name = Evan Pratten
|
name = Evan Pratten
|
||||||
|
signingkey = ~/.ssh/id_ed25519.pub
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
excludesFile = ~/.gitignore
|
excludesFile = ~/.gitignore
|
||||||
@ -93,6 +94,10 @@
|
|||||||
[push]
|
[push]
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
|
|
||||||
|
# Commit signing
|
||||||
|
[gpg]
|
||||||
|
format = ssh
|
||||||
|
|
||||||
# Allow machines to individually override settings
|
# Allow machines to individually override settings
|
||||||
# NOTE: THIS MUST BE AT THE BOTTOM
|
# NOTE: THIS MUST BE AT THE BOTTOM
|
||||||
[include]
|
[include]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user