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