From 495c21a819afa04bf5a08778d553898076a990cf Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 29 Apr 2013 01:29:01 -0400 Subject: [PATCH] gitconfig fix --- .gitconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index e5f15e1..e09bbcc 100644 --- a/.gitconfig +++ b/.gitconfig @@ -24,4 +24,6 @@ excludesfile = ~/.gitignore_global autocrlf = input editor = subl - filemode = false \ No newline at end of file + filemode = false +[push] + default = upstream