Skip to content
Snippets Groups Projects
Forked from R3 / school / courses
679 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
chPickIntro.md 350 B

Git Cherry-pick

  • Cherry picking is another very useful tool to work with.
  • It enables the user to pick specific commits from a list of commits.

Careful!
Cherry picking only picks the selected commit,
not everything up to that commit.