The command git branch -a lists a bunch of branches that are NOT on the repository, and NOT local branches. How can these be deleted?
git branch -a
* develop m
You also do
git push origin :cloner
To remove unwanted remote branches