Inside Git: How It Works and the Role of the .git Folder
Most developers use Git like this:
git add .
git commit -m "done"
git push
…and it works.
But ask this:
What is Git actually doing behind the scenes?
What is that mysterious .git folder?
The Core Id
ashishjha-dev.hashnode.dev4 min read