10 · Version Control
Merge
Combine one branch into another
Folding the changes from one branch into another — usually a finished feature branch back into the main line.
Concrete example
The feature works, so you merge its branch into main and ship it.