From 643fec93eda009ab573f36bf9a774193865a2ebd Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Wed, 13 Sep 2023 09:14:31 -0500 Subject: [PATCH] ajusted .gitconfig for work email. --- git/.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/.gitconfig b/git/.gitconfig index b8fcc02..797eec5 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -1,5 +1,5 @@ [user] - email = gabevenberg@gmail.com + email = venberggabe@johndeere.com name = Gabe Venberg [alias] hist = log --graph --date-order --date=short --pretty=format:'%C(auto)%h%d %C(reset)%s %C(bold blue)%ce %C(reset)%C(green)%cr (%cd)'