Skip to main content

How can I tell if a Git branch has not been merged into the master branch?

03 Sep 2013 - git

git cherry -v master branch-name

References