Git: Repository
- It is the
.git/folder inside a project - It tracks all changes made to files in your project
- It stores the entire history of changes
- Can be local and remote
Note! If you delete the
.git/folder, then you delete your project’s history.