ICommit.

Parents Property

Summary

Gets the direct parent commits of this commit.
Namespace
GitVersion.Git
Containing Type
ICommit

Syntax

IReadOnlyList<ICommit> Parents { get; }

Value

Type Description
IReadOnlyList<ICommit>
GitHub