Apply stashed changes

Apply stashed changes 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

+
I shelved work to fix a hot production bug. Apply the latest stash so the colleague review can run…
I shelved work to fix a hot production bug. Apply the latest stash so the colleague review can run against my feature state; if it conflicts, stop and show the conflict files. After it applies, run the project's test script and report pass or fail to Miguel by email tonight.

Improve — make it easier to accept

+
Before I restore these shelved edits for review, make it obvious what will change: surface the…
Before I restore these shelved edits for review, make it obvious what will change: surface the modified files and any untracked files the stash contains, flag if the stash includes an index (staged) state, and show likely merge conflicts against origin/main so I can warn QA.

Decide — diagnose the stuck moment

+
I saved work in a stash, then pulled updates from origin/main and installed dependencies. I’m…

I just shelved changes, then pulled and now the stash may not apply cleanly

I saved work in a stash, then pulled updates from origin/main and installed dependencies. I’m afraid applying the stash will create conflicts or overwrite a colleague’s fix and I don’t know whether the stash includes staged changes or untracked files. Should I try applying the latest stash now, create a branch and pop it there, or inspect it first? What’s the safest next step?

Become — change the pattern

+
Across several sprints I stash when interrupted and then lose time tracking what each stash…

I keep stashing instead of committing and then struggle to restore work later

Across several sprints I stash when interrupted and then lose time tracking what each stash contains and which branch it belonged to. I want one habit to fix this: what process should I adopt so I stop accumulating opaque stashes and can restore work reliably? Recommend concrete steps I can follow after I’m interrupted and one quick rule to stop future messes.

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.