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

How to Cherry Pick

  1. First, you need a clean working tree (no uncommitted changes).
  2. Identify the commit you want to cherry-pick, typically by git loging the branch it's on.
  3. Run:
git cherry-pick <commit-hash>

Assignment

Run and submit the CLI tests.