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

Upleveling Our Abilities

We'll use the add_classics branch to add a commit to the project without affecting the main branch. We'll be creating the following branch structure:

          D    add_classics
         /
A - B - C      main

The add_classics branch will have all the commits from the main branch, plus a new commit.

Assignment

title, director, year
One Crazy Summer, Savage Steve Holland, 1986
The Princess Bride, Rob Reiner, 1987
The Goonies, Richard Donner, 1985
The Breakfast Club, John Hughes, 1985
Monty Python and the Holy Grail, Terry Gilliam, 1975

Run and submit the CLI tests from the branch you're on (should be add_classics).

You should be able to see which commits each branch tip points to in the log output. The main branch should point to commit "C" which should be right before your most recent commit "D" that add_classics points to.