Answers for "git clone with submodules branch"

4

clone submodules after clone

# If you cloned without submodules, run this to update all submodules
git submodule update --init
Posted by: Guest on June-30-2021
1

git clone with submodules

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language