Skip to content

Instantly share code, notes, and snippets.

@dianariyanto
Created February 8, 2022 23:08
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 dianariyanto/d7e78ab570844d94c0ce4544e6e7e995 to your computer and use it in GitHub Desktop.
Save dianariyanto/d7e78ab570844d94c0ce4544e6e7e995 to your computer and use it in GitHub Desktop.
Mirror git to a new repository
git clone --bare <repo>
cd repofolder
git push --mirror <newrepo>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment