Last Updated: February 25, 2016
·
149
· gluchet

Git : lists the commits in a branch, but not in another branch

git cherry -v branch-A branch-B

will list the commits in the branch branch-B not in the branch branch-A