I was trying to create a branch by the name test/miwarren/memberLead, but had orphan local branches (i.e. branches that were merged and then deleted on remote), which prevented that:
$ git checkout -b test/miwarren/memberLead
fatal: cannot lock ref 'refs/heads/test/miwarren/memberLead': 'refs/heads/test/miwarren/memberLead/dob' exists; cannot create 'refs/heads/test/miwarren/memberLead'
I created branch for each member lead test sub-suite that I was working on at the time.
How to find and delete them all, so that I can create my branch?