What does 'git cherry-pick' do?
- Select files
- Choose remote
- Apply specific commit to current branch
- Pick repository
Explanation
Git cherry-pick applies the changes from a specific commit to your current branch without merging the entire branch.
Explanation
Git cherry-pick applies the changes from a specific commit to your current branch without merging the entire branch.