Inside Git
How Git Works Internally
Git is not a file tracker. It is a content-addressed database that stores snapshots of your project and moves pointers between them.
Understanding the .git Folder
When you run git init, Git creates a hidden directory called ....
blogwithsuraj.hashnode.dev3 min read