How do I update submodules to latest?
Table of Contents
1. Question
How do I update every git submodule in the repository to the latest commit on its tracked branch?
2. 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