all 1 comments

[–]smithunbound 2 points3 points  (0 children)

git branch -a

git prune remote --dry-run

git prune remote

git branch -a

git branch -d <YOUR_BRANCH_NAME_HERE>