406 B
406 B
title, tags
| title | tags |
|---|---|
| Pull all submodules from remote | repository,submodule,advanced |
Pulls all submodules from their respective remotes.
- Use
git submodule update --recursive --remoteto pull all submodules from their respective remotes.
git submodule update --recursive --remote
git submodule update --recursive --remote
# Pulls all submodules from their respective remotes