git check объединенные ветви

#specific branch (in this case master)
git branch --merged master

#current branch
git branch --merged 
Agreeable Addax