Created
August 22, 2014 11:33
-
-
Save hsleewis/c2048c6bfddcdccca0d7 to your computer and use it in GitHub Desktop.
clone git repo
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
cd $HOME | |
git clone --bare url-to-base-repo repo | |
cd repo | |
git push --mirror url-to-new-repo | |
cd .. | |
rm -rf repo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment