Inside Git: How It Works and the Role of the .git Folder
When I started using Git, I honestly didn’t know what was happening in the background.I was just typing commands like:
git init
and then git create a hidden folder called
.git
But later I became curious — how does Git actually work internally?Where ...
avanishyadavblogs.hashnode.dev3 min read