

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 4
click for more info
Not enough gems
Cost: 6 gems
1: Different Hashes
incomplete
2: The Plumbing
incomplete
3: The Object File
incomplete
4: Cat File
incomplete
5: Trees and Blobs
incomplete
6: Second Commit
incomplete
7: Storing Data
incomplete
This lesson's interactive features are locked, please to keep using them
Let's take a look at what's inside this suspicious commit object file.
cat <path-to-file-from-before>
Nope... it's a mess. The contents have been compressed to raw bytes!
xxd <path-to-file-from-before>
You may need to install xxd.
xxd <path-to-file-from-before> > /tmp/commit_object_hex.txt
Run and submit the CLI tests.