-
Notifications
You must be signed in to change notification settings - Fork 252
Question: How is that different from using "--depth 1" #7
New issue
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
Comments
--depth 1
A few differences:
|
Oh, and a corollary to the caching thing — it could work offline, if we stored some extra metadata. Useful if you need to work on the train etc |
Aha I see, thanks @Rich-Harris |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, thank you for your work but I want to ask what is the difference between your project and using
git clone --depth 1
which will cause getting only the last commitAnd for the branches I believe git has a solution for that too using
git clone -b <branch> <remote_repo>
The text was updated successfully, but these errors were encountered: