mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-07-06 02:12:07 -05:00
fix pull.bat
This commit is contained in:
parent
3576cadc89
commit
e2cdc52c9f
9
pull.bat
9
pull.bat
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user