Skip to content

Instantly share code, notes, and snippets.

@suiluj
Created February 17, 2023 14:30
Show Gist options
  • Save suiluj/fa123f29955e27b448f847be5e5659a5 to your computer and use it in GitHub Desktop.
Save suiluj/fa123f29955e27b448f847be5e5659a5 to your computer and use it in GitHub Desktop.
git mirror

git mirror repos

git clone --mirror <oldgiturl>
cd <reponame>
git push --mirror <newgiturl>

# in case of problem with refs: check if token allows workflow action adding/edit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment