There are two branches master
and A
. I know that some work has been done in the branch A
a long time ago. Whoever was working on that branch, merged the master
branch into the branch A
, then merged the branch A
to the master
. All the branched are in remote. Now how i can find the commits that originally come from branch A
?
N.B I am not looking for the branch name of certain commit. Rather I have the branch name and I am looking for the commits, so please don't mark it duplicate with this or other similar question