Answers for "how to git clone new commit"

1

git clone latest commit

git clone --depth 1 https://github.com/user/repo.git
Posted by: Guest on June-28-2021
2

clone at a given commit github

git checkout <commit_sha>
Posted by: Guest on May-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language