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]