Challenge: Cherry-Picking

Test your understanding of cherry-picking by completing this challenge.

We'll cover the following

Problem statement#

Clone a Git repository from GitHub, and create a branch in your cloned repository. Then go to that branch and randomly cherry-pick changes from the main (usually master) branch onto your branch.

Terminal 1
Terminal

Click to Connect...

Solution#

Click the “Show Solution” button to learn about the solution.

When Cherry-Picking Might Fail
Introduction: Git Rebase
Mark as Completed
Report an Issue