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.