From 8358cb6759e0c5d0db3676239442e4cfb7c18ef8 Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Thu, 8 May 2014 08:35:56 +0200 Subject: [PATCH] git: Change push.default to upstream. Signed-off-by: Jacob Kiers --- tilde/gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tilde/gitconfig b/tilde/gitconfig index b346976..cfcac95 100644 --- a/tilde/gitconfig +++ b/tilde/gitconfig @@ -32,7 +32,7 @@ conflicts = diff --name-only --diff-filter=U commerge = commit --no-edit [push] - default = current + default = upstream # Any GitHub repo with my username should be checked out r/w by default # http://rentzsch.tumblr.com/post/564806957/public-but-hackable-git-submodules