I understand that I can use 'git push -u [repo] [br]' to make [repo] the default upstream for the [br] branch.
What I would like to do is set things up so that "git fetch" fetches the changes from one repo for a given branch, and "git push" pushes the changes to another repo for the same branch.
So far, reading man pages and searching here has not changed anything.
The reason I would like to do this is an open source project (not hosted on GitHub), and I created a fork (on GitHub) and would like to extract the project from the open source by default, and by default click on my private plug.
user2048753
source
share