GitMergeParameters interface

执行 git 合并所需的参数。

属性

comment

提交注释或消息。

parents

合并提交的父提交 ID 的枚举。

属性详细信息

comment

提交注释或消息。

comment: string

属性值

string

parents

合并提交的父提交 ID 的枚举。

parents: string[]

属性值

string[]