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
git pull
git push
From what I can gather from the git config man page, the upstream repo is:
branch.remote
git pull/fetch
For a given branch, I don't see any way to have two separate remote by default.