Inside Git: How It Works and the Role of the .git Folder
How Git internally works?
Git functions as a content-addressable file system and a directed acyclic graph (DAG) of project snapshots. It operates using fundamental known as Git objects, which are all stored in hidden .git directory in your project.
...
the-role-of-git-folder.hashnode.dev3 min read