Git · medium
You hard-reset main one commit too far. The ledger refactor vanished from the branch tip and the working tree is back to its old state. Git still remembers recent HEAD moves, and the deploy window is closing. Find the lost tip and restore main.
Restore the lost tip on main. The ledger refactor must be committed again, the working tree must be clean, and the history must contain two commits.
repo/
└── src/
└── ledger.ts (tip was hard-reset away)With sharpen installed, this command opens exactly this challenge in your local arena:
sharpen 14
First time? The full install is right below.
npm install -g @juanwmedia/sharpen sharpen 14 npx @juanwmedia/sharpen 14 sharpen update