Clone a repository into a new directory.
Table 77. Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
gitPath |
String |
Path to Git binary | /usr/bin/git | No |
repository |
String |
The (possibly remote) repository to clone from. | n/a | Yes |
targetPath |
String |
The name of a new directory to clone into. Cloning into an existing directory is only allowed if the directory is empty. | n/a | Yes |
bare |
Boolean |
Create bare repository. See --bare option of git-clone. | false |
No |