From c7d0cc9aa901e5bd11662c94c04df273953682b2 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Wed, 18 Nov 2020 12:27:08 +0100 Subject: [PATCH] git config --- templates/git/gitconfig.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/git/gitconfig.j2 b/templates/git/gitconfig.j2 index 0c5f7c1..b2e7cba 100644 --- a/templates/git/gitconfig.j2 +++ b/templates/git/gitconfig.j2 @@ -1,3 +1,3 @@ [user] - email = markus.katharina.brechtel@thengo.net - name = Markus Katharina Brechtel + email = {{git_user_email}} + name = {{git_user_name}}