@echo off git submodule update --remote --merge git submodule foreach git pull origin master git add src\Shared git add src\DelphiShared git commit -m "update submodule" git push
417000cookie-checkGit update submodule to latest version
@echo off git submodule update --remote --merge git submodule foreach git pull origin master git add src\Shared git add src\DelphiShared git commit -m "update submodule" git push