Merge latest from git-basics into main.
Compare changes
- Mark HOEBEKE authored
+ 19
− 3
@@ -10,6 +8,24 @@ A repository is a hierarchy of folders (directories) to store your project files
Git is a distributed version management system. A specific project can be stored in multiple repositories. Usually, there is one reference repository used by all project contributors. All contributors have a local or work repository, which they initially cloned from the reference repository (more on this later).