Skip to content

Instantly share code, notes, and snippets.

@zenweasel
Created September 27, 2019 02:58
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 zenweasel/da1cef5d199b26f585c4adc8e225d5d5 to your computer and use it in GitHub Desktop.
Save zenweasel/da1cef5d199b26f585c4adc8e225d5d5 to your computer and use it in GitHub Desktop.
# If a mirror repo is set up properly this will pull from the source repo
# and push to the mirror
# https://help.github.com/en/articles/duplicating-a-repository
git fetch -p origin
git push --mirror
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment