diff options
author | George Hazan <ghazan@miranda.im> | 2018-06-07 00:12:41 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-06-07 00:12:41 +0300 |
commit | d8c387c7d9322c36b92505c459d7b9a4efdaa4b8 (patch) | |
tree | 9aa6656d926d4a79effd5586f176c55cd3bb47d1 /tools/build_scripts | |
parent | 26c4d6fab772865973dd47ed38ff2ce5cdd47a47 (diff) |
reset files first, only then pull updates
Diffstat (limited to 'tools/build_scripts')
-rw-r--r-- | tools/build_scripts/git_update.bat | 4 |
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 |