I have two branches devel
and next
. In devel
I have a more or less huge amount of commits. Some of the commits are cherry picked into next. Also I added some commits to next and I have commits which are merged from devel
.
Now I would like to see which commit is missing in next from devel
, so I can cherry-pick the missed commit to next. My question is now,
How to check same commits between the devl
and next
The commits from devel
is there or not in next
?
If not there I would have to cherry-pick to next
.