Skip to content

Instantly share code, notes, and snippets.

@brent-hoover
Created September 27, 2019 02:58
Show Gist options
  • Save brent-hoover/da1cef5d199b26f585c4adc8e225d5d5 to your computer and use it in GitHub Desktop.
Save brent-hoover/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