gitSource

Returns a Source that will clone a git repo and checkout a specified commit. commitRef can be a branch, tag, or commit hash. Anything git checkout will understand.

gitSource
(
in string url
,
in string commitRef
)

Meta