GitMergeParameters interface
Parameters required for performing git merge.
Properties
comment | Comment or message of the commit. |
parents | An enumeration of the parent commit IDs for the merge commit. |
Property Details
comment
Comment or message of the commit.
comment: string
Property Value
string
parents
An enumeration of the parent commit IDs for the merge commit.
parents: string[]
Property Value
string[]