I\'ve created lots of branches in one of our repositories. Those branches are for testing before it will be pulled to the master. Now I see lots of them on the list and they
In Android Studio, the options down the right corner of the IDE:
Change/checkout other local branch
Delete unwanted local branches (i.e. v0.0.1...)
Delete unwanted remote branches (i.e. origin/v0.0.1...) -- this step will delete branches in BitBucket if the branches are not prevented to be deleted and they are not the MAIN BRANCH.