5. Remote Repositories
What is a remote?
Adding a remote (git remote add)
git remote add)git remote add [name-of-remote] [url-of-remote]
git remote add origin <https://github.com/username/repo-name.git>
git remote -v
Pushing to a remote (git push)
git push)Pulling from a remote (git pull)
git pull)Cloning a remote repository
Last updated