본문으로 건너뛰기

UpdateExistRepoParams

Signature​

interface UpdateExistRepoParams extends CreateNewCommitParams 

Extends: CreateNewCommitParams

Properties​

Property

Modifiers

Type

Description

baseBranchName?

string

(Optional) 기본 브랜치 이름입니다. branchName이 현재 레포지토리에 없을경우 새로 생성하기 위해 사용됩니다. 기본값은 'main'입니다.

owner?

string

(Optional) 레포지토리의 소유자입니다.

repo?

string

(Optional) 레포지토리의 이름입니다.