Interface CreateBranchRepoOption

CreateBranchRepoOption options when creating a branch in a repository

Hierarchy

  • CreateBranchRepoOption

Properties

new_branch_name: string

Name of the branch to create

Unique Items

true

old_branch_name?: string

Deprecated: true Name of the old branch to create from

Unique Items

true

old_ref_name?: string

Name of the old branch/tag/commit to create from

Unique Items

true

Generated using TypeDoc