mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
[git/gitconfig] removed breaking fetch commands from earlier versions
This commit is contained in:
parent
a7f11f9d66
commit
8c8689dbf2
1 changed files with 0 additions and 6 deletions
|
@ -23,12 +23,6 @@
|
||||||
enabled = true
|
enabled = true
|
||||||
[branch]
|
[branch]
|
||||||
autoSetupMerge = always
|
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]
|
[diff]
|
||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
[difftool]
|
[difftool]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue