Migrate from one git repo to another

Posted on Sat 14 December 2019 in git • Tagged with git

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