Every file you track, every commit you make, amongst other specific things, are snapshots that live in one place: git’s objects database.
In this post, we’ll discuss the general anatomy of Git objects, and how git it stores and reads them.
Read More