Skip to content

Instantly share code, notes, and snippets.

@guigur
Created February 22, 2020 03:34
Show Gist options
  • Save guigur/12d08bd4a621dc72205de3956c9ebb5c to your computer and use it in GitHub Desktop.
Save guigur/12d08bd4a621dc72205de3956c9ebb5c to your computer and use it in GitHub Desktop.
Create an empty repo on GitHub
git remote add github <address_of_repo>
git push --mirror github
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment