1

Configure commit signing

This commit is contained in:
Evan Pratten 2024-12-01 13:33:36 -05:00
parent ae96baa1d0
commit 1720bfea7c
Signed by: Evan Pratten
SSH Key Fingerprint: SHA256:xVE37SeFSv1pvWMiMiH11KkLxdooOI38ataY/kSVIOs

@ -1,6 +1,7 @@
[user]
email = evan@ewpratten.com
name = Evan Pratten
signingkey = ~/.ssh/id_ed25519.pub
[core]
excludesFile = ~/.gitignore
@ -93,6 +94,10 @@
[push]
autoSetupRemote = true
# Commit signing
[gpg]
format = ssh
# Allow machines to individually override settings
# NOTE: THIS MUST BE AT THE BOTTOM
[include]