I have a git repo in which some changes went into a release branch, but I've lost track if these are also in master branch.
Using git cherry I get only 3 commits as missing between master and the release branch.
However, on the github page if I go to the release branch, it says that it is 10 commits ahead of master (and even some commits behind master - but I don't necessarily care about that)! How is that possible if on the console I get something else? Thank you!