☁️ git remote
Connect a remote GitHub repo to your local repo
What is the parent company of GitHub?
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>