-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
Guitar clone repos without submodules by default #148
Comments
GermanAizek
added a commit
to GermanAizek/Guitar
that referenced
this issue
Aug 11, 2024
Larger git repos as example (https://github.com/shadps4-emu/shadPS4) are really cloned faster, although I forgot to do a fetch with -j flag, I will add PR later. |
Im added for git fetch: d6e2170 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example:
LibreCuda/third_party/ELFIO really empty folder.
Solution: Experimental -> Submodule update...
@soramimi, by default, on contrary, everyone needs to clone recursively with update all submodules, and here it is just convenient to apply parallel cloning as in my other issue (#139)
The text was updated successfully, but these errors were encountered: