

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 3
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
Reminder of command syntax:
git log (q to exit, arrow keys to scroll)git cat-file -p <hash>log is a porcelain command, while cat-file is a plumbing command. You'll use log much more often when working on coding projects, but cat-file is useful for us in this course to understand Git's internals.
# Titles
- A River Runs Through It
- Fight Club
- 12 Years a Slave
- The Big Short
- 12 Monkeys
B: add titles.Run and submit the CLI tests from the root of your repo.