Custom Command

Function:

This tool can be used to call any Git command. It is meant to call Git commands which are not available as tool types in this function package.

Defining a Custom Command tool requires an exact knowledge of the corresponding Git command syntax.
Note: You must pass the Git command name and each Git command parameter in its own tool parameter.

Parameters:

Parameter Name I/O Type Description
Repository [O] I String Path to the working tree.
Parameter* [O] I String Git command name and command parameter(s); command name and each command parameter must be modelled in its own tool parameter.
Messages [O] O String Command output messages.