Promptles
Git & Collaboration

Merge

beginner

Definition

Combining the work from one branch into another, so the two histories come together. Merging is how a feature that was being built off to the side gets folded back into the main version that everyone uses.

In the wild

A developer finishes the 'new-checkout' branch she was working on. She merges it into the main version of the project, and from that moment on, every teammate working on the main version sees her finished checkout flow as part of it.

More from Git & Collaboration