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

Cherry Pick

There comes a time in every developer's life when you want to yoink a commit from a branch, but you don't want to merge or rebase because you don't want all the commits.

The git cherry-pick command solves this.

git cherry-pick <commit-hash>

Click to play video

Assignment

partner list
SalesInc
TheStartup
ClosedML
partner list
SalesInc
TheStartup
ClosedML
WorldBanc

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