I'm trying to understand the changes of a small team that worked on a baseline. Unfortunately, that team already merged in their work to the develop branch and have now been updating that branch in non-consecutive order with the commits of the main team.
I figure the best way to understand their work would be to take their current work and compare it against the source they started with but now I have all the main team changes in the comparison. I was wondering is there a way for me to isolate just the changes the small team made (i.e., the work they did initially in a branch, and then all the commits they did on the main develop branch) so I can then compare it to a specific commit they started as the base of their work?
This is become cumbersome because of the main team's changes have been added in between their commits so there isn't a consecutive block of commits I can just do a simple comparison, so that is why I was wondering would it be possible to just isolate their commits and compare it to their starting commit. Thanks!