Diff and Merge
Diff and Merge

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.

Changes — branch list, commit history, the changed-file list with per-file counts, and the unified diff, alongside GitHub sync status

In this group

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