I am working in a branch (fork of master of course) and I have a series of commits.
I am interested in finding out exactly which commit is the one that is is where the branch started and is part of the master.
Why do I need this?
I want to squash all the commits with interactive rebase and I was wondering if there is an easy way to figure out what to pass to rebase command instead of manually counting commits to pass HEAD~52