Skip to content

Instantly share code, notes, and snippets.

@fourthdimension
Last active April 14, 2020 23:26
Show Gist options
  • Save fourthdimension/81cc9be1e3bf7c218cf9d5fc2c3e1f17 to your computer and use it in GitHub Desktop.
Save fourthdimension/81cc9be1e3bf7c218cf9d5fc2c3e1f17 to your computer and use it in GitHub Desktop.
Migrate from one GIT to another remote GIT Server
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