summaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authorElizabeth <me@liz.coffee>2025-05-29 13:37:16 -0700
committerElizabeth <me@liz.coffee>2025-05-29 13:37:16 -0700
commitede675866355d34ac9fdc1b8e047576f574bdfa2 (patch)
tree2822551e4b3bc8c6fd65b6aa5cdb8a3a4dda255d /git
parentea02ee5f0c6a977ba18d457175c23774690cfc38 (diff)
downloaddotfiles-ede675866355d34ac9fdc1b8e047576f574bdfa2.tar.gz
dotfiles-ede675866355d34ac9fdc1b8e047576f574bdfa2.zip
Add committer template
Diffstat (limited to 'git')
-rw-r--r--git/.gitconfig.j2 (renamed from git/.gitconfig)4
1 files changed, 3 insertions, 1 deletions
diff --git a/git/.gitconfig b/git/.gitconfig.j2
index 575b008..015ad96 100644
--- a/git/.gitconfig
+++ b/git/.gitconfig.j2
@@ -1,5 +1,7 @@
[user]
- signingkey = 7BB52F7036FA7C18
+ signingkey = {{ pgp.signing }}
+ user = {{ user.name }}
+ email = {{ user.email }}
[commit]
gpgsign = true
[core]