Notes

The cloud has all git repositories. Individual computers can clone repositories from the cloud takes it to their SSD

A pull action will pull any new updates made at the repository down to our local repository and update it with the latest changes.

A push action will push any new updates made at the local repository to our remote repository in the cloud and contribute to the git repository.

A sequence is two or more lines of code