Answers for "git add submodule branch"

2

git update submodule recursive

git submodule update --init --recursive
Posted by: Guest on October-04-2020
2

git add submodule branch

git submodule add -b branch_name URL_to_Git_repo optional_directory_rename
Posted by: Guest on December-10-2020
0

git checkout branch and update submodules

git checkout --recurse-submodule
Posted by: Guest on July-21-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language