Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I move my remote git repo to another remote git repo?

Tags:

People also ask

How do you copy a remote repository?

To Git clone a repository navigate to your preferred repository hosting service like GitHub, select the repository you want to clone, copy the repository URL via HTTPS or SSH, type git clone in the command line, paste the URL, and hit enter .


I want to move my remote git repository and all its branches to a new remote repository.

old remote = [email protected]:thunderrabbit/thunderrabbit.github.com.git

new remote = [email protected]:tr/tr.newrepo.git