summaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
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]