Edit

GitMergeParameters Class

Definition

Parameters required for performing git merge.

[System.Runtime.Serialization.DataContract]
public class GitMergeParameters
type GitMergeParameters = class
Public Class GitMergeParameters
Inheritance
GitMergeParameters
Derived
Attributes

Constructors

GitMergeParameters()

Properties

Comment

Comment or message of the commit.

Parents

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

Applies to