From 98d684e294aeecc5e4a20841568b2d12ae98c43b Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sat, 5 Oct 2013 13:50:49 +0200 Subject: [PATCH] default to private mail, handle work mail on per repo basis --- gitconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gitconfig b/gitconfig index c85a4fa..1b026a8 100644 --- a/gitconfig +++ b/gitconfig @@ -3,7 +3,7 @@ ######################################################################## [user] - email = matthias.kretschmann@ezeep.com + email = m@kretschmann.io name = Matthias Kretschmann [github] user = kremalicious @@ -32,8 +32,7 @@ changed = yellow bold untracked = red [push] - #'git push' only the current branch - default = current + default = matching [alias] s = status a = !git add . && git status