Clone missing submodules

Git, Repository, Submodule · Apr 13, 2021

Clones missing submodules and checks out commits.

  • Use git submodule update --init --recursive to clone missing submodules and checkout commits.
git submodule update --init --recursive
git submodule update --init --recursive
# Clones missing submodules and checks out commits

Written by Angelos Chalaris

I'm Angelos Chalaris, a JavaScript software engineer, based in Athens, Greece. The best snippets from my coding adventures are published here to help others learn to code.

If you want to keep in touch, follow me on GitHub or Twitter.

More like this