Created
September 27, 2019 02:58
-
-
Save brent-hoover/da1cef5d199b26f585c4adc8e225d5d5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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