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
git branch -r -d remote/branch
You also need to reconfigure fetch to avoid fetching this branch again later