Git · easy
Day three. You finally made the status badge render. It lives in src/badge.ts, it works on your machine, and it is not in git. Only on disk. Your lead just pinged: "get that committed before standup." Standup is in twelve minutes. Next to it sits scratch.txt, the ugly notes you wrote while debugging. That garbage is not the badge. If the laptop dies between now and the meeting, the badge dies with it.
Put the badge into history as one new commit on main. Leave scratch.txt out of the repo. Nothing left staged.
repo/
├── README.md
├── scratch.txt (your panic notes - keep local)
└── src/
└── badge.ts (the thing that actually works)With sharpen installed, this command opens exactly this challenge in your local arena:
sharpen 1
First time? The full install is right below.
npm install -g @juanwmedia/sharpen sharpen 1 npx @juanwmedia/sharpen 1 sharpen update