Useful commands for git submodules
add module
git submodule add -b branchName repoName dirName
recursively update all submodules
git submodule update --init --recursive
clone a repository with all its submodules
git clone -b branchName --recursive repoName
Written by Arnaud Coomans
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Git
Authors
khasinski
591.1K
dmichaelavila
500.4K
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#