Compare branches, review what changed, and integrate reviewed work.
Branch-based review is how deliberate changes reach the canonical branch. You compare a branch against its base, review the diff, and then integrate the reviewed work.

In this group
Visual Branch Diff
See exactly what a branch changed.
Merge in Studio
Integrate reviewed changes into the default branch.
Conflict Resolution
Handle divergence between branches.
The review-and-integrate flow
Commit on a branch
Capture the work as commits with clear messages.
Diff against base
Compare the branch to its base to see every change.
Review
Confirm the change is correct and complete.
Integrate
Bring the reviewed state into the canonical branch.
Review the diff before integrating, not after. The diff is the contract of what you are about to make canonical.
Last updated on