50. In a Git workflow, what does the term 'cherry-picking' refer to?
1 point
It is a command to discard specific commits from a branch.
It means selecting and applying specific commits from one branch to another.
It is a process to create a new branch with only the latest commits.
It refers to randomly choosing which branch to merge into the main branch.
FUO