From 149c957d37e2046d9a3d77dae44ad84a48c9d074 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sat, 19 Mar 2022 12:18:37 -0500 Subject: [PATCH] Reconfigure git.user It's about time I stopped associating everything with that throwaway email address --- git/.gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git/.gitconfig b/git/.gitconfig index 506aeda7..51256710 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -1,5 +1,5 @@ [user] - email = rehashedsalt@cock.li - name = Salt + email = jacob@babor.tech + name = Jacob Babor [pull] rebase = true