I have a random / XXXXXXX branch, which has some commits and, of course, "develops" a branch where these functions eventually merge.
How to check if there was some old commit (e.g. commit ab123456 from the user branch / login function) was somehow included / reduced into my active branch (e.g. development)? Either by directly merging the feature branch for development, or by moving / merging through some other intermediate branch.
Through git commands or through the SourceTree interface, both methods are equally suitable for me.
source share