Creates 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
.
See https://www.paws-r-sdk.com/docs/codecatalyst_create_source_repository/ for full documentation.
codecatalyst_create_source_repository(
spaceName,
projectName,
name,
description = NULL
)
[required] The name of the space.
[required] The name of the project in the space.
[required] The name of the source repository. For more information about name requirements, see Quotas for source repositories.
The description of the source repository.