From 5f77af2f1bcb0706d1007271de61544abd82ba70 Mon Sep 17 00:00:00 2001 From: David Todd Date: Mon, 25 Jan 2021 11:39:32 -0600 Subject: [PATCH] update gitconfig for work --- home/.gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.gitconfig b/home/.gitconfig index 12c2f13..4775eed 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -38,8 +38,8 @@ [mergetool "fugitive"] cmd = fugitive vim -f -c \"Gdiff\" \"$MERGED\" [user] - email = c0de@c0de.dev - name = c0de + email = dtodd@oceantech.com + name = David Todd [include] path = ~/.githubtokens path = ~/.dotoverrides/gitconfig