I have a code repository in Azure devops for pipeline builds and others. I have dev branch and a master branch. Developers push their code to dev branch and this will be merged to master branch for release. I want to check whether the code is merged with master latest before pushing the code to the DEV branch.
This can be done, by comparing both branches manually running commands. But I want to know is this possible automatically via scripts or azure repository control configurations.
Thanks in advance.