From 79f0af91c08f978909f562f5864615ab7da2a40a Mon Sep 17 00:00:00 2001 From: John Doty Date: Mon, 2 Jul 2012 17:38:46 -0700 Subject: [PATCH] Yeah, take the default push behavior thingy whatever --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 7fa432e..385ab63 100644 --- a/.gitconfig +++ b/.gitconfig @@ -10,3 +10,5 @@ [alias] st = status ci = commit +[push] + default = upstream