summaryrefslogtreecommitdiff
path: root/tools/build_scripts
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-06-07 00:12:41 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-06-07 00:12:41 +0300
commitd8c387c7d9322c36b92505c459d7b9a4efdaa4b8 (patch)
tree9aa6656d926d4a79effd5586f176c55cd3bb47d1 /tools/build_scripts
parent26c4d6fab772865973dd47ed38ff2ce5cdd47a47 (diff)
reset files first, only then pull updates
Diffstat (limited to 'tools/build_scripts')
-rw-r--r--tools/build_scripts/git_update.bat4
1 files changed, 2 insertions, 2 deletions
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