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.
See Implementation
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.