We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Your tool downloads on the latest commit
Let's say a GitHub repo has 1000 commits, how many of them will be imported using regular git clone ?
The text was updated successfully, but these errors were encountered:
When you clone a repository you will download the entire repository with all commits.
Even not downloading all branch, branchs are just pointers for some commits.
Sorry, something went wrong.
Wait, isn't this just git clone --depth 1?
No branches or pull requests
Your tool downloads on the latest commit
Let's say a GitHub repo has 1000 commits, how many of them will be imported using regular git clone
?
The text was updated successfully, but these errors were encountered: