xxxxxxxxxx
# This will set the HEAD of your master to point to commit_sha.
git clone -n <repo_name>
git checkout <commit_sha>
xxxxxxxxxx
bash
git clone [URLTORepository]
git checkout [commithash]
commit hash looks like this "45ef55ac20ce2389c9180658fdba35f4a663d204"