GitTestExtensions.

ExecuteGitCmd(string, string, Action<string>?) Method

Namespace
GitVersion.Testing
Containing Type
GitTestExtensions

Syntax

public static void ExecuteGitCmd(string gitCmd, string workingDirectory, Action<string>? writer = null)

Parameters

Name Type Description
gitCmd string
workingDirectory string
writer Action<string>?

Return Value

Type Description
void
GitHub