- more accurate pull of latest code from git

This commit is contained in:
SoftCoder 2014-01-18 12:15:00 -08:00
parent 2e5d6f8814
commit 318c700b8f
3 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit 4338c735393e942cefd983b5bdffd92adf6a542d
Subproject commit 35d6e48036cd987fac66de9a2b92c8d5c818483d

View File

@ -73,6 +73,7 @@ rem Update from GIT to latest rev
ECHO --------------------------------
Echo Updating Code from GIT to latest Revision...
cd ..\..\
git submodule update
git pull
git submodule foreach git pull

View File

@ -97,6 +97,7 @@ rem Update from GIT to latest rev
ECHO --------------------------------
Echo Updating Code from GIT to latest Revision...
cd ..\..\
git submodule update
git pull
git submodule foreach git pull