Git - Cherry-Pick and Advanced Merging
Given the following commands executed on branch
What will happen if commit
main:git cherry-pick abc123
What will happen if commit
abc123 is a bug fix from feature branch?