How to get the parent branch of a branch from Azure DevOps?

Viewed 29

I want to find the parent branch of a given branch (from which branch this particular branch was created).

GitHttpClient GetBranchAsync method returns GitBranchStats which does not have this information. Could you please help?

Is there a way to get this info from UI or API?

0 Answers
Related