git

fun ScriptScope.git(body: GitScope.() -> Unit)(source)

A scoping function to execute a code block within the context of an GitScope instance, which provides functionality to interact with Git source repositories.

Parameters

body

The function body that will be executed in the context of the GitScope instance.