In GitHub, I have two forks with multiple branches each. I want to select two branches from each forked repo and put one on top of other.
For example:
- https://github.com/user1/reponame/tree/user1branch
- https://github.com/user2/reponame/tree/user2branch
I am trying to put user1branch
of user1's forked repo on top of user2branch
branch of the user2's forked repo.
I am not seeing much information about this. How can this be done?