how to

clone-or-update-submodule

Apr 7, 2024
softwares-and-toolsgitsubmodule
1 Minutes
14 Words
1
https://stackoverflow.com/questions/3796927/how-do-i-git-clone-a-repo-including-its-submodules

Clone with submodules

1
git clone --recurse-submodules -j8 git://github.com/foo/bar.git

Already cloned, get submodules

1
git submodule update --init --recursive
Article title:clone-or-update-submodule
Article author:Julyfun
Release time:Apr 7, 2024
Copyright 2025
Sitemap