Skip to content

Instantly share code, notes, and snippets.

@CoreyWycliffe
Created November 21, 2018 14:59
Show Gist options
  • Save CoreyWycliffe/54ce12d8786f82136c483869d625aff0 to your computer and use it in GitHub Desktop.
Save CoreyWycliffe/54ce12d8786f82136c483869d625aff0 to your computer and use it in GitHub Desktop.
cloning a repository to another place
git clone --mirror URL
git remote add NEW-REMOTE URL
git push NEW-REMOTE --mirror
@CoreyWycliffe
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment