I've deleted some remote branches (dev/featureA
and dev/featureB
) however when I run git remote show origin
I still see them being listed under the local branches section. E.g.
$ git remote show origin
Local branches configured for 'git pull':
dev/featureA merges with remote dev/featureA
dev/featureB merges with remote dev/featureB
Do I need to disable tracking or something similar?