Git update submodule to latest version

Date: 2020-10-23
@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
41700cookie-checkGit update submodule to latest version