Skip to content
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

Add how to use remote-submodules #1899

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AndreiCherniaev
Copy link

@AndreiCherniaev AndreiCherniaev commented Sep 11, 2023

Changes

Current doc confuse me.
"There is another way to do this which is a little simpler, however. If you pass --recurse-submodules to the git clone command, it will automatically initialize and update each submodule in the repository, including nested submodules if any of the submodules in the repository have submodules themselves."
I add how to use --remote-submodules option. For example I clone repo with recursive flag
git clone --recurse-submodules https://github.com/apc-llc/moviemaker-cpp.git
but googletest submodule still has old version because --recurse-submodules option in fact don't do and update as doc promise. I also need --remote-submodules option.
git clone --recurse-submodules --remote-submodules https://github.com/apc-llc/moviemaker-cpp.git
Now googletest submodule has last version.

Context

git with submodule
Thanks https://stackoverflow.com/a/3797061/7915017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant