Introduction to Git --- Fall 2021
Lecture 6: Working with remotes
  
Slides: https://hackmd.io/@hpc2n-git-2021/L6-remotes#/
Concepts
A remote repository is a version of the project which can be hosted in your local machine, some network, or over the internet (Pro Git, 2nd. Ed., Scott Chacon and Ben Straub) where you and your collaborators can push or pull code modifications.