What does 'git cherry-pick' do?

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

Explanation

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