Values.GetBranchInputSourceRepresents the input of a get branch operation.
type nonrec t = {repositoryName : RepositoryName.t option;The name of the repository that contains the branch for which you want to retrieve information.
*)branchName : BranchName.t option;The name of the branch for which you want to retrieve information.
*)}