Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Git update recursive submodules

git submodule update --init --recursive
# or 
git submodule update --recursive
git submodule update --init --recursive
# If you use the --init option in older git versions, initialized submodules may not be updated.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Git #update #recursive #submodules
ADD COMMENT
Topic
Name
8+2 =