We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Second Commit

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.

Assignment

# Titles

- A River Runs Through It
- Fight Club
- 12 Years a Slave
- The Big Short
- 12 Monkeys
    • For example, B: add titles.

Run and submit the CLI tests from the root of your repo.