interface GitCommitToCreate {
    baseRef?: GitRef;
    comment?: string;
    pathActions?: GitPathAction[];
}

Properties

baseRef?: GitRef
comment?: string
pathActions?: GitPathAction[]