rusefi-1/misc/git_force_update.bat

10 lines
145 B
Batchfile
Raw Normal View History

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