From a063674c5535ade0da085cf4312f5cd187ef445c Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Wed, 21 Sep 2011 18:34:09 -0400 Subject: [PATCH] Oops, adding name and email to gitconfig --- gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitconfig b/gitconfig index dcec671..29b1e8d 100644 --- a/gitconfig +++ b/gitconfig @@ -1,2 +1,6 @@ +[user] + name = Dustin Swan + email = dustinswan@gmail.com + [alias] hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short