From e2cdc52c9fdff4deaf6dea13f0a7dc77582614ef Mon Sep 17 00:00:00 2001 From: ousttrue Date: Fri, 30 Mar 2018 02:42:55 +0900 Subject: [PATCH] fix pull.bat --- pull.bat | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pull.bat b/pull.bat index e8754889e..d55ca03a7 100644 --- a/pull.bat +++ b/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