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
I have a git project that has several submodules, if I checkout a specific version:
repo.checkout("origin/#{branch_name}", {strategy: :force})
the submodules folder is empty and it seems I can't checkout the submodules in any way.
I see that checkout should have an option Recursively checkout submodules with same options (NOT IMPLEMENTED).
Recursively checkout submodules with same options (NOT IMPLEMENTED).
but it is not working because it is not implemented. Anyway I can checkout also the submodules through the Rugged Library?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a git project that has several submodules, if I checkout a specific version:
the submodules folder is empty and it seems I can't checkout the submodules in any way.
I see that checkout should have an option
Recursively checkout submodules with same options (NOT IMPLEMENTED).
but it is not working because it is not implemented. Anyway I can checkout also the submodules through the Rugged Library?
The text was updated successfully, but these errors were encountered: