Compare branches

Compare branches in Git — with the four heights of help laid out: do it now, make it easier for the next person to accept, work out the right move when you are stuck, and learn the pattern so it stops coming back.

4prompt heights
Open it in the interactive atlas →

The four heights

The same task, four distances: today's deadline, the next reviewer, the stuck moment, the pattern.

Execute — do the immediate task

+
Show the diff between feature/auth-redesign and main focusing on src/auth, tests that changed, and…
Show the diff between feature/auth-redesign and main focusing on src/auth, tests that changed, and the package manifest. Summarize functional impacts and list any potential merge conflicts so I can prepare the PR and brief Jo before tomorrow’s merge window.

Improve — make it easier to accept

+
Before I open the PR, make the branch comparison reviewer-friendly: surface high-level changes,…
Before I open the PR, make the branch comparison reviewer-friendly: surface high-level changes, group file-level diffs by subsystem, highlight lines that change public interfaces and package versions, and flag any added files that look like credentials or large binaries.

Decide — diagnose the stuck moment

+
I have feature/auth-redesign passing locally, but I’m not certain which changes on main will break…

I ran a local build on feature/auth-redesign but tests pass differently on main

I have feature/auth-redesign passing locally, but I’m not certain which changes on main will break it. I’m worried about subtle API changes and dependency bumps. Which files and commits should I inspect first to diagnose likely breakage and what’s the fastest way to run a comparison that shows those risk areas?

Become — change the pattern

+
Over multiple merges we repeatedly hit last-minute conflicts and missed dependency bumps that break…

merge conflicts and overlooked dependency changes keep delaying our releases

Over multiple merges we repeatedly hit last-minute conflicts and missed dependency bumps that break CI. I want one habit to reduce these disruptions. What workflow change should our team adopt—branching strategy, pre-merge checks, or developer responsibility—to catch these problems earlier with minimal extra overhead?

Next to this one

Other version control work people do in Git.

Every task here came from the work, not from a feature list — which is why the prompts name what you want done and never the button that does it. The tool changes; the work does not.
Copyright © LLOS.ai · 2026 — original pedagogy, voice, and design — all rights reserved.

The rest of the map

Same library, five ways in.