From 8c8689dbf2d748303d686df31ae7076837ab5da6 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sat, 18 May 2019 17:27:34 +0200 Subject: [PATCH] [git/gitconfig] removed breaking fetch commands from earlier versions --- git/gitconfig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/git/gitconfig b/git/gitconfig index ca111d4..4bcf43b 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -23,12 +23,6 @@ enabled = true [branch] autoSetupMerge = always -[remote "origin"] - fetch = +refs/pull/*/head:refs/remotes/origin/pull/* - fetch = +refs/heads/*:refs/remotes/origin/* -[remote "upstream"] - fetch = +refs/pull/*/head:refs/remotes/upstream/pull/* - fetch = +refs/heads/*:refs/remotes/upstream/* [diff] tool = vimdiff [difftool]