Last active
April 14, 2020 23:26
-
-
Save fourthdimension/81cc9be1e3bf7c218cf9d5fc2c3e1f17 to your computer and use it in GitHub Desktop.
Migrate from one GIT to another remote GIT Server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone --mirror OLD_GIT_URL | |
git remote add neworigin NEW_GIT_URL | |
git push neworigin --mirror |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment