Skip to main content
How can I tell if a Git branch has not been merged into the master branch?
FAQ
Authors
03 Sep 2013 -
git
git cherry -v master branch-name
References
http://gitready.com/intermediate/2009/04/16/find-unmerged-commits.html