Say I create a hotfix
branch off of a develop
branch, make two commits, merge this back to the develop
branch, and destroy the hotfix
branch.
How do I find out what commits were part of the merge? Is that possible?
See Question&Answers more detail:os