EnsureGitHooksAttribute.

EnsureGitHooksAttribute(GitHook[]) Constructor

Summary

Ensures that the given git hooks are defined in the .git directory

Syntax

public EnsureGitHooksAttribute(params GitHook[] hookNames)

Parameters

Name Type Description
hookNames GitHook[]

Return Value

Type Description
void