git clone recursive
# When cloning repo ...
git clone --recurse-submodules -j8 https://git.example.com/repo.git
# ... or for existing already cloned repo
git submodule update --init --recursivegit clone recursive
# When cloning repo ...
git clone --recurse-submodules -j8 https://git.example.com/repo.git
# ... or for existing already cloned repo
git submodule update --init --recursivegit checkout branch and update submodules
git checkout --recurse-submoduleFetch submodules recursively
#! Fetch and update submodules into an existing project
git submodule update --init --recursiveCopyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us
