Skip to content

Instantly share code, notes, and snippets.

@maxsilver
Created October 3, 2015 01:50
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 maxsilver/b5c6e3181c252d6845cf to your computer and use it in GitHub Desktop.
Save maxsilver/b5c6e3181c252d6845cf to your computer and use it in GitHub Desktop.
git clone --mirror git@github.com:path/to/existing/repo.git
cd new-repo
git config --bool core.bare false
git push --mirror git@github.com:path/to/new/repo.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment