How do I update submodules to latest?
Question
How do I update every git submodule in the repository to the latest commit on its tracked branch?
Answer
git submodule update --remote
How do I update every git submodule in the repository to the latest commit on its tracked branch?
git submodule update --remote