Created
February 21, 2019 14:08
-
-
Save QuentinFonteneau/a61d8b05c2452a0258e434d722f1f6e6 to your computer and use it in GitHub Desktop.
Duplicate git repo (and keep history)
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
create an empty repo on GitHub | |
git remote add github https://[email protected]/yourLogin/yourRepoName.git | |
git push --mirror github |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment