Hi
I wanted to know if it is possible to get a better list of diff changes where the commits cherry-picked between branches are also taken into consideration when giving the output.
The use of git cherry for this seems to be almost perfect for this.
We have an automated cherry-picking process in place where depending on when a feature testing is completed in an integration env the transition of a jira status from "tested in integration" to "ready for UAT" triggers the cherry-picking of all the commits for the story from the integration branch to the UAT branch. The process works well, but at the end of the sprint, just to make sure that the automated cherry-picking process did not miss any commits, we try to compare the integration branch with the UAT branch. This comparison still shows all the commits on integration and does not consider that some of these commits might have been already cherry-picked.
The "git cherry <upstream> HEAD" seems to show this perfectly.
I was wondering if there is any way to get this type of a diff between branches on bitbucket? This would really make it easier for the teams to ensure only the right issues are moved from integration to UAT.
Regards
Tejas
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.