0
votes

I don't see the Branches link in Azure DevOps in the Repos menu:

enter image description here

The Azure admin has confirmed that I'm in the Contributor group and I can access branches through Visual Studio Team Services.

I haven't been able to find the setting that will let me manage branches in Azure DevOps / visualstudio.com.


ANSWER:

So dumb... I needed to change this dropdown from the TFVC project in the Azure DevOps header:

enter image description here

To the Git repo:

enter image description here

And now I see options for Branches and Pull Requests in my Repos sub-menu:

enter image description here

2

2 Answers

1
votes

According to your screenshot,seems you are using TFVC as your source control. This is the expected behavior.

For TFVC project the option under Repos should be

enter image description here

For Git project the option under Repos should be

enter image description here

You could do some manages in Visual Studio from Source Control Explorer.

enter image description here

Or use tf branch command line to handle this.

0
votes

The branches menu looks to only be available when you are using Git as your source control system. When you are using TFVC that option is not available. The actual branches are shown under the repository menu structure. It appears you will probably have to use Visual Studio for the branch operations.

enter image description here