IMutatingGitRepository.

Checkout(string) Method

Summary

Checks out the specified commit or branch.
Namespace
GitVersion.Git
Containing Type
IMutatingGitRepository

Syntax

void Checkout(string commitOrBranchSpec)

Parameters

Name Type Description
commitOrBranchSpec string

Return Value

Type Description
void
GitHub