Migrate from one git repo to another
It does happen from time to time that you need to migrate an existing git repo to a new remote repo. Doing some googling I found the following steps to work best for me.
First make sure you have a local copy of all the old repo branches and tags …
Continue reading