GitHubManager.updateExistRepo
기존 레포지토리에 지정된 브랜치로 주어진 내용을 업로드(push)해주는 메소드입니다.
Signature
updateExistRepo: ({
contents,
paths,
message,
branchName,
baseBranchName,
owner,
repo
}: UpdateExistRepoParams) => Promise<void>;