Answers for "how to clone github repository and submodules"

1

git clone submodules

# This will clone a repo with all submodules included
git clone --recurse-submodules
Posted by: Guest on February-03-2021
1

git clone with submodules

git clone --recurse-submodules <repo-url> .
Posted by: Guest on March-07-2022

Code answers related to "how to clone github repository and submodules"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language