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: get git submodules in one step #46

Merged
merged 2 commits into from
Feb 11, 2014
Merged

Add: get git submodules in one step #46

merged 2 commits into from
Feb 11, 2014

Conversation

dz0ny
Copy link

@dz0ny dz0ny commented Feb 11, 2014

--recursive
--recurse-submodules
After the clone is created, initialize all submodules within, using their default settings. This is equivalent to running git submodule update --init --recursive immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

from http:https://git-scm.com/docs/git-clone

--recursive
--recurse-submodules
After the clone is created, initialize all submodules within, using their default settings. This is equivalent to running git submodule update --init --recursive immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

from http:https://git-scm.com/docs/git-clone
bradrydzewski added a commit that referenced this pull request Feb 11, 2014
Add: get git submodules in one step
@bradrydzewski bradrydzewski merged commit 7f458fc into harness:master Feb 11, 2014
johannesHarness pushed a commit that referenced this pull request Sep 26, 2023
johannesHarness pushed a commit that referenced this pull request Sep 26, 2023
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

2 participants