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

Commits on Feb 11, 2014

  1. Add: get git submodules in one step

    --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
    dz0ny committed Feb 11, 2014
    Configuration menu
    Copy the full SHA
    f90c099 View commit details
    Browse the repository at this point in the history
  2. Fix: remove mysterious r

    :)
    dz0ny committed Feb 11, 2014
    Configuration menu
    Copy the full SHA
    c4a040c View commit details
    Browse the repository at this point in the history