Comparing Developments
Where do you work?
Studio does not allow a direct diff between branches or tags. To perform this comparison, you will have to use external tools such as GitLab.
Comparing developments can be very useful at different points in the software lifecycle:
to validate if two branches contain the same changes;
to verify what differences there are between a current development and a previous version;
to check what a tag contains;
to identify if a hotfix has already been integrated; or
to audit developments and detect possible overlaps between branches.
You can use GitLab to compare developments. This comparison only shows changes to files hosted in Git, and will not show changes to database-managed entities (such as parameters, queries or other internal Studio definitions). Additionally, you can use comparison tools from Studio. See below for more information.