I have a repository with branches master and A and lots of merge activity between the two. How can I find the commit in my repository when branch A was created based on mast
The following command will reveal the SHA1 of Commit A
git merge-base --fork-point A