What is Git Really?
A deep-dive note that explains how Git stores snapshots and objects to make version control behavior predictable. Built with Git command walk-throughs, git cat-file object inspection, and hand-drawn diagrams, focusing on how commits, trees, and blobs map to the .git directory.