I have a branch that was created to develop a feature, however, this branch has several commits, each one in different files, and some commits with files that repeat from previous commits.
Is it possible to do a general review of all the changes in each file without having to create a pull request to merge all the changes?
Because before the pull request we test all the changes made, so if an error or improvement is found during the tests, the programmer continues working on that branch.
When you click on the branch name in the Bitbucket Cloud UI, the diff you see below would include all differences against main. Does that work for you?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.