I currently have a few GitHub repositories and would like to move those to the same repository, but on a different branch. It would be nice to maintain the histories for those repositories.
I believe it is a slight variation on the problem posted here because in my case I want to move multiple repositories to the same repository but on a different Branch.
So now I have something like this:
- Repository X - Repository Y - Repository Z
And I would like this:
- Repository A |- Branch X |- Branch Y |- Branch Z
What would be the best way to go about that whilst maintaining repository history and contributes.