Switch to a branch

Switch to a branch in Git — with two ready prompts: the immediate one, and the one that makes it stick.

2prompt heights
Open it in the interactive atlas →

2 ready prompts

Written for the moment this actually comes up.

Execute — do the immediate task

+
Switch my working copy to the branch feature/invite-emails, ensure local changes are stashed if…
Switch my working copy to the branch feature/invite-emails, ensure local changes are stashed if needed, and confirm the checkout succeeded by showing the current branch and top commit message.

Improve — make it easier to accept

+
Before I switch to feature/invite-emails, make the operation smooth for reviewers: show whether I…
Before I switch to feature/invite-emails, make the operation smooth for reviewers: show whether I have unstaged or uncommitted changes that would be lost, suggest stashing or committing, and confirm the branch exists locally or needs to be fetched from origin. Flag any reason a reviewer would hesitate to have me switch now.

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.