I have accidentally created a local branch called -delete
When I try to run commands to delete the branch using
git branch -d -delete
git branch -D -delete
git branch --delete -delete
It does not work and gives the error message back that says this:
error: did you mean `--delete` (with two dashes ?)
How can I delete the '-delete' branch?