Inside Git: How It Works and the Role of the .git Folder
How Git Works Internally
When someone starts learning Git, it feels overwhelming. Things are happening in front of you, yet you don’t know what’s going on behind the scenes.
You type:
git add .
git commit -m "update"
And somehow… Git remembers every...
git-basics-that-actually-make-sense.hashnode.dev3 min read