Answers for "git update all submodule to latest"

2

git update all submodules

git submodule update --recursive --remote
Posted by: Guest on May-06-2020
1

how to update all submodules

git submodule update --init --remote
Posted by: Guest on August-27-2021

Code answers related to "git update all submodule to latest"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language