RepositoryFixtureBase.

MakeShallow() Method

Summary

Pulls with a depth of 1 and prunes all older commits, making the repository shallow.
Namespace
GitVersion.Testing
Containing Type
RepositoryFixtureBase

Syntax

public void MakeShallow()

Return Value

Type Description
void
GitHub