andrew-rayco
12/1/2017 - 12:06 AM

Add remote git repo to existing local project

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