From d53e91c54d328ef040484c27cb0fba7108ed4f45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C3=A4gele?= Date: Mon, 24 Jun 2013 18:52:50 +0200 Subject: [PATCH] readded push behaviour to gitconf --- gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitconfig b/gitconfig index a1d47a4..51a4b2a 100644 --- a/gitconfig +++ b/gitconfig @@ -11,3 +11,5 @@ lg = log --pretty=format:"%C(yellow)%h\\ %ad%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=relative grep = grep -Ii ready = rebase -i @{u} +[push] + default = current