diff options
| author | Elizabeth <me@liz.coffee> | 2025-05-29 13:37:16 -0700 |
|---|---|---|
| committer | Elizabeth <me@liz.coffee> | 2025-05-29 13:37:16 -0700 |
| commit | ede675866355d34ac9fdc1b8e047576f574bdfa2 (patch) | |
| tree | 2822551e4b3bc8c6fd65b6aa5cdb8a3a4dda255d /git | |
| parent | ea02ee5f0c6a977ba18d457175c23774690cfc38 (diff) | |
| download | dotfiles-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] |
