git remote Connect a remote GitHub repo to your local repo

This lesson is available for PRO members or as a single course purchase. Sign-in and choose a plan below.
Get Unlimited PRO Access

OR


*Enrollment provides full access to this course (and updates) for life.

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>

Questions?

Ask questions via GitHub below OR chat on Slack #questions