Values.CreateSourceRepositoryRequestSourceCreates an empty Git-based source repository in a specified project. The repository is created with an initial empty commit with a default branch named main.
type nonrec t = {spaceName : NameString.t;The name of the space.
*)projectName : NameString.t;The name of the project in the space.
*)name : SourceRepositoryNameString.t;The name of the source repository. For more information about name requirements, see Quotas for source repositories.
*)description : SourceRepositoryDescriptionString.t option;The description of the source repository.
*)}val make :
?description:??? ->
spaceName:NameString.t ->
projectName:NameString.t ->
name:SourceRepositoryNameString.t ->
unit ->
t