10 lines
154 B
Batchfile
10 lines
154 B
Batchfile
|
|
||
|
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
|