Options to use when cloning a git repository.
The URL of the repository to clone.
The directory where the repository will be cloned.
Whether to clone the repository shallowly.
Whether to clone the latest tag instead of the default branch.
Optional
Options to use when cloning a git repository.
Param: repoUrl
The URL of the repository to clone.
Param: destination
The directory where the repository will be cloned.
Param: shallow
Whether to clone the repository shallowly.
Param: latestTag
Whether to clone the latest tag instead of the default branch.