[git/gitconfig] removed breaking fetch commands from earlier versions

This commit is contained in:
Felix Buehler 2019-05-18 17:27:34 +02:00
parent a7f11f9d66
commit 8c8689dbf2

View file

@ -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]