From 7f76d106937a2b21abf5e7a18b72a34f31e2f719 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 12 Mar 2017 10:46:48 -0400 Subject: [PATCH] progress? --- misc/git2svn.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/git2svn.bat b/misc/git2svn.bat index 6b71a589a6..ddce88ceda 100644 --- a/misc/git2svn.bat +++ b/misc/git2svn.bat @@ -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