Git Internals 101: The Fundamentals of Git's Internal Architecture (Part 3 of 3)
In the previous blogs, we were introduced to two new concepts, namely Git Objects and how Git SHA works with it. A blob object stores the contents of a file, a tree contains other trees and blobs, and a commit is a snapshot of the main working tree. ...
hamees.hashnode.dev5 min read