fix pull.bat

This commit is contained in:
ousttrue 2018-03-30 02:42:55 +09:00
parent 3576cadc89
commit e2cdc52c9f

View File

@ -1,7 +1,8 @@
:: pushd Assets\VRM
::pushd Assets\VRM
git pull
git submodule init
git submodule foreach --recursive git checkout master
git submodule update --recursive --remote
:: popd
::git submodule update --remote
git submodule foreach git checkout master
git submodule foreach git pull
::popd
pause