Git · easy
First week. They told you in the welcome doc, twice: nothing lands on main except through a pull request. You still built the welcome banner in src/banner.ts while the prompt said main. It is not committed yet. Your stomach knows the plot: one wrong Enter and you are the person who pushed straight to main on day four. The banner is fine. The branch is wrong.
Land the banner as one commit on a new branch named feature/welcome-banner. main must stay exactly where it was. Nothing left staged or untracked.
repo/
├── README.md
└── src/
└── banner.ts (new work, still untracked)With sharpen installed, this command opens exactly this challenge in your local arena:
sharpen 3
First time? The full install is right below.
npm install -g @juanwmedia/sharpen sharpen 3 npx @juanwmedia/sharpen 3 sharpen update