git cherry-pick
AdvancedApply changes from specific commits
Examples
Common usage examples
Apply specific commit to current branch
git cherry-pick <commit-hash>Notes
- Useful for applying specific fixes across branches
Related Commands
You might also find these useful