Stash, Branch & Commit

Move uncommitted work onto a new branch.

A intermediate Git challenge worth 10 points. Solve it hands-on in a real Git environment in your browser - no local setup, no fake shells.

The Challenge

Scenario: /tmp/repo has uncommitted changes (app.txt → v2) that belong on a feature branch.

Task: Stash them, create+switch to branch wip, pop the stash, and commit. main stays v1.