Skip to content

Instantly share code, notes, and snippets.

@ridixcr
Forked from gonzalo123/gist:868939
Created April 13, 2018 23:56
Show Gist options
  • Save ridixcr/3075d8e347f0517fbe512ad9cb74537f to your computer and use it in GitHub Desktop.
Save ridixcr/3075d8e347f0517fbe512ad9cb74537f to your computer and use it in GitHub Desktop.
push existing repository to github
cd existing_git_repo
git remote add origin git@github.com:[user]/[reponame].git
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment