Inside GIT - How it works and Role of the .git folder
How Git works internally
As its core, Git is content addressable file system that functions as a sophisticated content tracker, storing your projects history as a series of snapshots rather than traditional diffs
Every piece of data is identified a...
vt-blogs.hashnode.dev3 min read