From 826b6a5fe8a7e2afd7619396e4c04cfdf473265a Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Thu, 2 Mar 2023 12:32:57 -0600 Subject: [PATCH] Change git credentials --- executable_dot_gitconfig.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/executable_dot_gitconfig.tmpl b/executable_dot_gitconfig.tmpl index c248c73..fec6ef4 100644 --- a/executable_dot_gitconfig.tmpl +++ b/executable_dot_gitconfig.tmpl @@ -1,7 +1,7 @@ [user] - name = {{ .name }} - email = {{ .email }} - signingkey = {{ .pubkey }} + name = "Thomas A. Christensen II" + email = "25492070+MillironX@users.noreply.github.com" + signingkey = 0xD5F50D10552A4BEC [core] editor = nvim [credential]