Glossaria.net

Glossary Git / Term

cherry-picking

In SCM jargon, "cherry pick" means to choose a subset of changes out of a series of changes (typically commits) and record them as a new series of changes on top of a different codebase. In Git, this is performed by the "git cherry-pick" command to extract the change introduced by an existing commit and to record it based on the tip of the current branch as a new commit.

Permanent link cherry-picking - Creation date 2023-07-26


< checkout Glossary / Git clean >