10 · Version Control
Cherry-pick
Copy one commit to another branch
Take a single specific commit from one branch and apply just that one onto another, without bringing everything else along.
Concrete example
A bug fix sits on a big unfinished branch — cherry-pick just that one commit onto main.