Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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 --recursive
 
PREVIOUS NEXT
Tagged: #git #clone #recursive
ADD COMMENT
Topic
Name
2+2 =