Parameters required for performing git merge.

interface GitMerge {
    _links?: any;
    comment?: string;
    detailedStatus?: GitMergeOperationStatusDetail;
    mergeOperationId?: number;
    parents?: string[];
    status?: GitAsyncOperationStatus;
}

Hierarchy (View Summary)

Properties

_links?: any

Reference links.

comment?: string

Comment or message of the commit.

Detailed status of the merge operation.

mergeOperationId?: number

Unique identifier for the merge operation.

parents?: string[]

An enumeration of the parent commit IDs for the merge commit.

Status of the merge operation.