How Git Works Under the Hood — with an analogy of Library Archive
If you’ve used Git, you probably trust it blindly.
You run commands like git init, git commit, git checkout, git branch, and everything just works.
But at some point, a question pops up in your mind:
Where does Git actually store my code?
Is it sav...
inside-git-underhood-of-git-folder.hashnode.dev4 min read