You pushed `local-test-stuff` to origin while debugging. It's cluttering the branch list — and contains a half-typed password in commit messages.
git push origin --delete <branch> removes the remote ref.
Easy · 2 steps · +300 XP
This scenario walks through 2 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 -D local-test-stuffgit push origin --delete local-test-stuff--delete (or the legacy `:branch` syntax) drops remote branches.