Loading...

Merge

Combine changes from one branch into another, producing integrated history.

When to use: Bringing a finished feature branch back into main.

Example: git switch main && git merge feature/login - combines feature/login into main.

More Git & Version Control Glossary terms