From 09db3e0de3add7b665de48d1741d3e6902763279 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Thu, 25 Feb 2016 18:26:35 -0700 Subject: [PATCH] updating gitconfig with new email --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 38cd5fc..c51a0f0 100644 --- a/gitconfig +++ b/gitconfig @@ -1,6 +1,6 @@ [user] name = Dustin Swan - email = dustinswan@gmail.com + email = dustin@dustinswan.com [alias] lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit