Remote Repositories
Everything so far happened on your computer. This section adds the shared copy: the repository on GitLab or GitHub that the whole team pulls from and pushes to. It covers the four network commands and, more importantly, the two questions they raise every week: "why does git status say I am up to date when a colleague just pushed?", and "why was my push rejected?".
Before you start: Section 2 for the four areas and Section 6 for branches. Lab 2 connected your playground to a remote; this section explains what that lab did.