Find unmerged Git branches?

I have a Git repository with many branches, some of them already merged and some not. Since the number of branches is quite large, how can I determine which branches have not yet been merged? I would like to avoid having to do an “octopus” merge and re-merging branches that have already been merged.

4 Answers
4

Leave a Comment