From d8c387c7d9322c36b92505c459d7b9a4efdaa4b8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 7 Jun 2018 00:12:41 +0300 Subject: reset files first, only then pull updates --- tools/build_scripts/git_update.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/build_scripts') diff --git a/tools/build_scripts/git_update.bat b/tools/build_scripts/git_update.bat index 684ee6d786..d32d190bae 100644 --- a/tools/build_scripts/git_update.bat +++ b/tools/build_scripts/git_update.bat @@ -3,10 +3,10 @@ if "%1" == "" ( exit 1 ) -git checkout %1 - git reset --hard +git checkout %1 + git pull --rebase=true --progress -v echo %date% %time% > timestamp.chk \ No newline at end of file -- cgit v1.2.3