GitCloneSettings.

BranchName Property

Summary

The name of the branch to checkout. When unspecified the remote's default branch will be used instead.
Assembly
Cake.Git.dll
Namespace
Cake.Git
Containing Type
GitCloneSettings

Syntax

public string BranchName { get; set; }

Value

Type Description
string