git internal
Jan 31 · 4 min read · 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...
Join discussion