Inside Git: How It Works and the Role of the .git Folder
Most people use Git with a handful of commands like git add, git commit, and git push, but have no idea what Git is doing behind the scenes. Git can feel “magical”, yet it is actually built on a few simple ideas: snapshots, objects, and hashes.
This ...
blog.harshdotexe.me5 min read