Git · easy
You just committed the tip-jar helper. Thirty seconds later you notice receipt.md still sitting untracked: the copy that belongs in that same tip. History is local; nobody else has the commit yet. Do not stack a second commit on top.
Fold receipt.md into the tip you just made. Keep a single commit on main with both files. Leave nothing staged or untracked.
repo/ ├── src/ │ └── tip.ts └── receipt.md (forgot to include)
With sharpen installed, this command opens exactly this challenge in your local arena:
sharpen 11
First time? The full install is right below.
npm install -g @juanwmedia/sharpen sharpen 11 npx @juanwmedia/sharpen 11 sharpen update