Introduction to Git --- Fall 2023
Lecture 6: Working with remotes
   
<small>Slides: https://hackmd.io/@git-fall-2023/L6-remotes#/</small>
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.