In my current repo I have the following output:
$ git branch -a * master remotes/origin/master remotes/public/master
I want to delete <
git gc --prune=now is not what you want.
git gc --prune=now
git remote prune public
or git remote prune origin # if thats the the remote source
git remote prune origin
is what you want