I have 2 remote branches :
- pending-issues-in-project - new-issues-in-project
I tried to delete pending-issues-in-project lik
pending-issues-in-project
You have to do:
git remote prune origin
to remove that remote tracking branch in your local git repository ( prune removes any branch that does not exist in the remote origin anymore). After that, you will not see it under git branch -a
git branch -a