This project is a fork of this. The fork has got 15,549 commits at the moment while the original one has 20,521 commits. Is there any easy way to know the commit in the original project which the fork is based out of?
The idea that crosses my mind is to clone both the repositories locally. Then pick-up each commit hash of the forked project from newest to oldest in order and try to find the same in the parent project. Is there a more elegant approach to achieve the same?