GitCloneSettings.

IsBare Property

Summary

True will result in a bare clone, false a full clone.
Assembly
Cake.Git.dll
Namespace
Cake.Git
Containing Type
GitCloneSettings

Syntax

public bool IsBare { get; set; }

Value

Type Description
bool