What does 'git cherry-pick' do?

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

Explanation

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