Is there a way to set up a git repository, so that git pull defaults to one remote and git push defaults to another? I know I can set both by changing the value of the remote variable in branch section of .git/config, but how to do it for each direction separately?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
For Git 1.6.4 and later, set One might use this to pull using the read-only Say
|
||||
|
|
|
From what I can gather from the git config man page, the upstream repo is:
For a given branch, I don't see any way to have two separate remote by default. |
|||
|
|