How to check branch was already merged to some other branch/branches and get a list of these branches?
Update:
Attached 'duplicate' answer is about how to check which branches merged to a specific branch, i.e. knowing the name of the branch git branch --merged <my_branch_name>
but I want the opposite: a list of branches where a specific branch was merged into.