GitMerge interface
Parameters required for performing git merge.
- Extends
Properties
detailed |
Detailed status of the merge operation. |
merge |
Unique identifier for the merge operation. |
status | Status of the merge operation. |
Inherited Properties
comment | Comment or message of the commit. |
parents | An enumeration of the parent commit IDs for the merge commit. |
Property Details
detailedStatus
Detailed status of the merge operation.
detailedStatus: GitMergeOperationStatusDetail
Property Value
mergeOperationId
Unique identifier for the merge operation.
mergeOperationId: number
Property Value
number
status
Status of the merge operation.
status: GitAsyncOperationStatus
Property Value
Inherited Property Details
comment
Comment or message of the commit.
comment: string
Property Value
string
Inherited From GitMergeParameters.comment
parents
An enumeration of the parent commit IDs for the merge commit.
parents: string[]
Property Value
string[]
Inherited From GitMergeParameters.parents