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