Skip to content

Instantly share code, notes, and snippets.

@MelodicCrypter
Created February 14, 2020 14:47
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save MelodicCrypter/5bf5fb9867f98acfc854de584804f2d7 to your computer and use it in GitHub Desktop.
Adding local repo to existing remote repository.
git remote add origin remote repository URL
git remote -v
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment