What does 'git cherry-pick' do?

  1. Pick repository
  2. Apply specific commit to current branch
  3. Choose remote
  4. Select files

Explanation

Git cherry-pick applies the changes from a specific commit to your current branch without merging the entire branch.