Introduction: Cherry-Picking

Let's go over what you will learn in this chapter.

We'll cover the following

This chapter covers:

  • git cherry-pick
  • A revisit of git log
  • A revisit of git branch

Importance of cherry-picking

This chapter is important because cherry-picking is the simplest-to-understand means to move commits around. This is the basis of the more sophisticated movement of commits, such as rebasing and “squashing” commits.

Get hands-on with 1200+ tech skills courses.