GitFetchSettings.

Prune Property

Summary

Gets or sets whether to prune during fetch. Default is null
Assembly
Cake.Git.dll
Namespace
Cake.Git
Containing Type
GitFetchSettings

Syntax

public Nullable<bool> Prune { get; set; }

Value

Type Description
Nullable<bool>

See Also

  • LibGit2Sharp.FetchOptions.Prune