It’s surprising how little we know about Git as we continue to dive into Git from the Bottom Up, while Michael confuses himself, Joe has low standards, and Allen tells a joke.
The full show notes for this episode are available at https://www.codingblocks.net/episode191.
Thanks for all the great feedback on the last episode and for sticking with us!
abc.txt
and another was named passwords.bin
in separate directories, they’d point to the same blob.This is worth following along and trying out.
git hash-object filename.
git cat-file -t hashID
will show you the Git type of the object, which should be blob.git cat-file blob hashID
will show you the contents of the file.git ls-tree HEAD
will show the tree of the latest commit in the current directory.git rev-parse HEAD
decodes the HEAD
into the commit ID it references.git cat-file -t HEAD
verifies the type for the alias HEAD
(should be commit).git cat-file commit HEAD
will show metadata about the commit including the hash ID of the tree, as well as author info, commit message, etc.find .git/objects -type f
and you’ll see the same IDs that were shown in the output from the previous Git commands.Las Culturistas with Matt Rogers and Bowen Yang
Ding dong! Join your culture consultants, Matt Rogers and Bowen Yang, on an unforgettable journey into the beating heart of CULTURE. Alongside sizzling special guests, they GET INTO the hottest pop-culture moments of the day and the formative cultural experiences that turned them into Culturistas. Produced by the Big Money Players Network and iHeartRadio.
Dateline NBC
Current and classic episodes, featuring compelling true-crime mysteries, powerful documentaries and in-depth investigations. Follow now to get the latest episodes of Dateline NBC completely free, or subscribe to Dateline Premium for ad-free listening and exclusive bonus content: DatelinePremium.com
Model Wars
On the surface, the modeling industry in the 80s was about parties and pretty clothes, but underneath the flash, there were drugs, sex, and violence. And Paul Fisher, a former straight-A student from the San Fernando Valley, rose to prominence amidst the turmoil. After a chance encounter with an alleged mobster, Paul suddenly found himself with a million dollars in funding and the chance to start a modeling agency in New York City. The city was then embroiled in a “model war” between industry titans Eileen Ford and John Casablancas, and Paul tried to make his mark. But even as Paul thrived in the party-heavy culture of the time, burning cash like a furnace, he came face to face with the darkest forces in the industry. As his shady backers put the screws to him, Paul faced down deadly consequences, trying to make a star while saving his soul.