I use IntelliJ (2016.1.3) and GIT integration plugin (8.1). During my use of IntelliJ I checked out multiple branches. Now those branches are deleted from GIT (after each pull request we delete them).
From now on every branch I checked out once is present in my GIT view from Intellij (by VCS > Git > Branches...), see under :
There is a way to delete them : do it ... one by one ! But if there are a lot of branches (let say a hundred ...), it certainly getting tedious...
The question is : Do you know if there is a simple way to delete all the orphan local branches from this view in IntelliJ ?
Thanks :)
EDIT : I have found a way to delete them but in another tool : "Git Gui". When you delete it from there, it's deleted in IntelliJ too. And you can delete multiple branches at one time.