From 6a773a4b2b713de7ddbd58416568ffe96aeaf1fa Mon Sep 17 00:00:00 2001 From: Austin Smith Date: Tue, 14 Apr 2026 18:13:23 -0400 Subject: [PATCH] Update email address in .gitconfig --- .gitconfig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitconfig b/.gitconfig index 1f85794..915844b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,5 +1,3 @@ [user] - email = smithaustin0129@gmail.com + email = austin@austinsmith.dev name = Austin Smith -[init] - defaultBranch = main