Git Internals Demystified: Branches, Merges, and the Reflog (Part 2)
In Part 1, we cracked open the .git directory and found blobs, trees, SHA-1 hashes, and the index. You saw that git add does not talk to any server, it just writes objects locally. Good stuff.
Now thi