I want to go over all dead branches in my repo, and delete them. On bitbucket it seems I only have about 15 "floating" branches but git branch -a | wc -l
shows about 70...
Does git branch -a
shows dead branches or branches that are somehow not pushed upstream? (I don't believe this to be the case, as git branch
gives only 3 branches on my local machine)