Git v2.32.1
I issue the following commands for my repo
$ git pull origin master
$ git fetch origin
$ git br -a
...
remotes/origin/feature/WOW-1012
...
Now when I try to delete this branch, I get an error.
$ git push origin --delete feature/WOW-1012
error: unable to delete 'feature/WOW-1012': remote ref does not exist
error: failed to push some refs to 'bitbucket.org:workspace/some-git-repo.git'
What am I missing? How can I fix this?