git internal
how Git really works
At its core, Git is a content-addressed database.
That sounds scary, but here’s the human version:
Git doesn’t track “files changing.”Git stores snapshots of content and connects them together.
Everything Git knows lives in one...
git-internall.hashnode.dev4 min read