Add a command to delete all merged local branches

Problem to solve

As developers we create many feature branches and merge requests, and after each merge the local branch remains behind. When cleaning up, we need to manually check which branch belongs to a merged merge request, then delete it. This common task can be automated.

Proposal

You could add a command like glab branch delete merged, which lists all merged local branches, then asks to delete each individually.

Further details

Links / references