This tool calls the Git branch command to create a new branch in the working tree.
| Parameter Name | I/O | Type | Description | 
|---|---|---|---|
| Repository [M] | I | String | Path to the working tree. | 
| Branch Name [M] | I | String | Name of the new branch. | 
| Additional Parameter* [O] | I | String | Additional Git command parameter(s); each additional Git command parameter must be modelled in its own tool parameter. | 
| Messages [O] | O | String | Command output messages. |