List Remotes
List current remotes in the local repo:
command line
git remote
Create a new remote
command line
git remote add origin <url-to-your-github-repo>
List current remotes in the local repo:
git remote
git remote add origin <url-to-your-github-repo>
Ask questions via GitHub below OR chat on Slack #questions