Skip to content

Instantly share code, notes, and snippets.

@joellesenne
Created September 4, 2020 12:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joellesenne/b0a6a1354e15add1d161d70d30c3345b to your computer and use it in GitHub Desktop.
Save joellesenne/b0a6a1354e15add1d161d70d30c3345b to your computer and use it in GitHub Desktop.
Push an existing repository from the command line
# Push an existing repository from the command line
$ git remote add origin https://github.com/<User>/<Path>.git
$ git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment