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?