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?
* develop
master
remotes/origin/cloner
For example, remotes/origin/cloner
used to exist in the repo, but it has since been deleted and I'd like it not to appear when typing git branch -a
.