You ran `git branch -D experiment` to 'clean up', forgetting it had 4 commits that were never merged. PM is asking for that prototype.
The commits still live in the object store. Reflog has the tip SHA.
Hard · 4 steps · +650 XP
This scenario walks through 4 steps, in order:
Try the terminal first — you learn more by doing. When you want to check yourself, here is the command for each step.
git refloggit fsck --lost-foundgit branch experiment HEAD@{3}git switch experimentgit branch -D is not destructive immediately — fsck and reflog can rescue you.