git branch -a
showsremotes/team/master
andremotes/team/my-branch
git remote rm team
says"error: Could not remove config section 'remote.team'"
(because I edited the config file with a text editor).
Since the team
remote is gone, how can I delete these (local) remote branches?