Parameters required for performing git merge.

interface GitMergeParameters {
    comment?: string;
    parents?: string[];
}

Hierarchy (View Summary)

Properties

Properties

comment?: string

Comment or message of the commit.

parents?: string[]

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