From c9774fcbefbf5a063fdbeb6e4cd27a3990fdf8aa Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Thu, 6 May 2010 15:15:25 -0400 Subject: disable pushing without an explicit refspec --- gitconfig.template | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gitconfig.template') diff --git a/gitconfig.template b/gitconfig.template index 66204d3..8a783c9 100644 --- a/gitconfig.template +++ b/gitconfig.template @@ -15,5 +15,8 @@ editor = vim autocrlf = input +[push] + default = nothing + [color] ui = true -- cgit v1.2.3