If you have a new git project with no existing remotes, create the remote at github.com and link it with the following:
git remote add origin [new repo URL]
to link this project with the new remote repogit remote -v
to verify new remote url has been added