git-cherry allows me to find all the commits that are missing at the top. How to find all the commits that are in the local branch of the laboratory, but not in the local branch of the wizard.
git branch -d lab
The above operation fails because some commits are not merged. I want a list of those commits that are not merged.
git
Nick vanderbilt
source share