is it possible in Azure DevOps Web Cliet to compare the current content of a given branch with a given tag within the same repository? Of course I could create a tag in the branch, then compare both tags and finally delete the last tag again but that is inefficient and will lead to forgotten tags.
Thank you