Git Notes
Terminology
A project is a folder containing files and folders.
A repository (or repo) is a project version controlled using Git.
A local repository is a repository stored on a computer.
A remote repository is a repository stored on a hosting service.