I have two repositories, one in Bitbucket and the other in Github.
What I want to do is: merge Bitbucket's repository into Github repository while keeping the commit history of Bitbucket's repository. After merging, Github's repo should have its own commit history alongside Bitbucket's repository commit history. I would like to avoid creating a new repository in Github.
How do I do the above using git?