progress?

This commit is contained in:
rusefi 2017-03-12 10:46:48 -04:00
parent 8ae4b0a27d
commit 7f76d10693
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ echo This script should be executed from the root of rusEfi master GITHUB local
pwd
echo Updating from SVN
call git pull
call git fetch --all
call git reset --hard origin/master
IF NOT ERRORLEVEL echo ERROR git pull-ing
IF NOT ERRORLEVEL 0 EXIT /B 1