Skip to content

Instantly share code, notes, and snippets.

@aroemen
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aroemen/aeb22f00c54b8e6c8df9 to your computer and use it in GitHub Desktop.
Save aroemen/aeb22f00c54b8e6c8df9 to your computer and use it in GitHub Desktop.
git clone --bare git@github.com:{USERNAME}/{REPOSITORY_NAME}.git
cd {REPOSITORY_NAME}.git
git push --mirror git@myhost.com:my-new-repo.git
cd ..
rm -rf {REPOSITORY_NAME}.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment