From 04b9241b41895445645a650786cdc8b289e9d9dc Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Mon, 25 Feb 2013 17:16:30 +0100 Subject: [PATCH] [git] default behavior for push --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 77775e8..75e72c9 100644 --- a/.gitconfig +++ b/.gitconfig @@ -39,3 +39,5 @@ keepBackup = false [merge] tool = meld +[push] + default = simple