How can I delete a remote branch in a local git repository?

Viewed 14580

All the remote branches are visible as remotes in my local git repository after a git fetch.

How to selectively remove the remote branches in my local repository (not in the remote repository)?

2 Answers
Related