Jan 25 · 6 min read · Summary In this challenge i learned about git objects. I learned 3 git objects namely blobs, trees, commits. All git objects are identifiable by a 40-character SHA-1 hash, also known as the "object hash". Here's an example of an object hash: e88f7a9...
Join discussion