You made 2 commits directly on `main` instead of a feature branch. CI failing, team lead pinging.
The commits are good — just need to move them to feature/payments.
Easy · 4 steps · +350 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 branch feature/paymentsgit reset --hard HEAD~2git switch feature/paymentsgit log --onelineBranch before reset = nothing lost. This happens daily.