I'm new to GIT and I've a unique problem with respect to identifying a specific commit details. Can anyone please help me with the answer.
I've a master trunk called "M" and I've created branch called B1 from master trunk and in B1, I've committed code 3 times with commit IDs C1, C2, C3.
Now I need to find the following details.
- if I'm in C3, how can I find the branched out commit ID of B1 before C1 commit?