From e46d29956686649a162574c1e309e91b39237a3d Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Fri, 26 Jun 2020 23:58:52 -0400 Subject: [PATCH] git: Change contact git@ -> alex@alexkarle.com After sleeping on it, I decided it feels more natural to email USER@domain instead of FUNCTION@domain. I know there's a lot of companies out there that do the latter (i.e. support@company.com), but I'm a single person, and I want my commits to represent that (and not give the illusion of being an entity). --- git/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git/config b/git/config index 903b736..65e48e9 100644 --- a/git/config +++ b/git/config @@ -2,12 +2,12 @@ editor = $EDITOR [user] - email = git@alexkarle.com + email = alex@alexkarle.com name = Alex Karle [sendemail] smtpserver = smtp.fastmail.com - smtpuser = git@alexkarle.com + smtpuser = alex@alexkarle.com smtpencryption = tls smtpserverport = 587 annotate = yes -- libgit2 0.28.4