From 11ee42c0babf38d276b52aa9aa7fee770afa726a Mon Sep 17 00:00:00 2001 From: Nikolai B Date: Thu, 17 Jul 2014 10:14:54 +0100 Subject: [PATCH] remove outdated git option --- git/gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/gitconfig b/git/gitconfig index 9931269..91d1ace 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -107,7 +107,7 @@ [push] # 'git push' will push the current branch to its tracking branch # the usual default is to push all branches - default = tracking + default = upstream [core] autocrlf = false editor = vim