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
To delete a branch which is not needed anymore you can use the following command :
git branch -d -r origin/cloner