From b96cd30e3552a0f77b93c954c096b472cc1b4940 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 19 Nov 2012 11:24:52 +0100 Subject: .gitconfig: Set `push.default = simple` This will be the default in Git v2. --- .gitconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 0b7c829..0f130c1 100644 --- a/.gitconfig +++ b/.gitconfig @@ -74,4 +74,7 @@ pushInsteadOf = "gist:" pushInsteadOf = "git://gist.github.com/" [url "git://gist.github.com/"] - insteadOf = "gist:" \ No newline at end of file + insteadOf = "gist:" + +[push] + default = simple \ No newline at end of file -- cgit v1.2.3