Errors
Submodule is Detached from Head
cd C:/path/to/project/root
git submodule update --remote --rebase
git submodule update
git submodule foreach git checkout main
git submodule foreach git pull origin main
cd C:/path/to/project/root
git submodule update --remote --rebase
git submodule update
git submodule foreach git checkout main
git submodule foreach git pull origin main