In my current repo I have the following output:
$ git branch -a * master remotes/origin/master remotes/public/master
I want to delete <
git push public :master
This would delete the remote branch named master as Kent Fredric has pointed out.
master
To list remote-tracking branches:
git branch -r
To delete a remote-tracking branch:
git branch -rd public/master