Inside Git: How It Works and the Role of the .git Folder
Introduction
Git is a distributed version control system that helps developers keep track of changes in their projects.
Think as timeline of your project from the start to the end.
Understanding the .git Folder
The .git folder is Git's database and c...
jahangirabbas.hashnode.dev3 min read