GitTestExtensions.

MakeCommits(IRepository, int) Method

Namespace
GitVersion.Testing
Containing Type
GitTestExtensions

Syntax

public static Commit[] MakeCommits(this IRepository repository, int numCommitsToMake)

Parameters

Name Type Description
repository IRepository
numCommitsToMake int

Return Value

Type Description
Commit[]
GitHub