Periksa git cabang gabungan

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

#current branch
git branch --merged 
Agreeable Addax