Skip to content

Instantly share code, notes, and snippets.

@andrew-rayco
Last active December 1, 2017 00:07
Show Gist options
  • Save andrew-rayco/ca96043e1b8ac77a018c99ad58a91aef to your computer and use it in GitHub Desktop.
Save andrew-rayco/ca96043e1b8ac77a018c99ad58a91aef to your computer and use it in GitHub Desktop.
If you have a new git project with no existing remotes, create the remote at github.com and link it with the following:
  1. git remote add origin [new repo URL] to link this project with the new remote repo
  2. git remote -v to verify new remote url has been added
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment