From f270a129d38e972f2aea7b53b8c561941d9e6480 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 18 Mar 2013 09:52:11 +0100 Subject: gitconfig: Default to simple push --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 9d5d3f1..944973c 100644 --- a/.gitconfig +++ b/.gitconfig @@ -17,3 +17,5 @@ git log -1 --format=format:\"%Cred$branch:%Cblue %s %Cgreen%h%Creset (%ar)\" $branch | cat; echo; \ done'" +[push] + default = simple -- cgit