Skip to content

Instantly share code, notes, and snippets.

@mono0926
Last active December 20, 2015 14:48
Show Gist options
  • Save mono0926/6149093 to your computer and use it in GitHub Desktop.
Save mono0926/6149093 to your computer and use it in GitHub Desktop.
transfer git
git clone --mirror <SOURCE_REPOSITORY_URL>
cd <REPOSITORY>
git push --mirror <DESTINATION_REPOSITORY_URL>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment