rusefi-1/misc/git_force_update.bat

10 lines
154 B
Batchfile
Raw Normal View History

2017-02-20 14:38:16 -08:00
echo going to Root of SVN project
cd ..
set RUSEFI_GIT_PATH=..\rusefi.git
cd %RUSEFI_GIT_PATH%
git fetch --all
git reset --hard origin/master