Errors
Submodule is Detached from Head
cd C:/path/to/project/root
git submodule update --remote --rebasegit 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 --rebasegit submodule update
git submodule foreach git checkout main
git submodule foreach git pull origin main