HiveBrain v1.2.0
Get Started
← Back to all entries
patterngitMinor

Is it possible to view all changes made on a Git feature branch in Azure Devops?

Submitted by: @import:stackexchange-devops··
0
Viewed 0 times
madeallviewpossibleazurechangesgitbranchdevopsfeature

Problem

Azure DevOps offers the overview of changes made in a branch when a PR is created. However, sometimes I'd like to have access to that overview when viewing a branch without the need to create a PR (or check out the branch locally). In the 'branches' section it's possible to view the changes on per commit basis, but the overview of all changes seems to be missing.

Is it possible to have this kind of overview of changes made in one branch in Azure DevOps without creating a PR?

Solution

You're looking for the branch compare functionality. In the list of branches, click the overflow ellipses on your feature branch and select compare branches.

Azure DevOps will diff your branch with the default branch which is changeable if necessary.

Context

StackExchange DevOps Q#11911, answer score: 7

Revisions (0)

No revisions yet.