diff options
author | George Hazan <ghazan@miranda.im> | 2016-10-14 15:37:05 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-10-14 15:37:05 +0300 |
commit | 5027155d7b83a024bab52e7c6d216a6324cdc446 (patch) | |
tree | 02307b18c1b90b2acd00eae6608d987a4f34acef | |
parent | c3be4b9a10710abd2d1ce74edd9a4145bba5d423 (diff) |
batch file for correct source code downloading
-rw-r--r-- | git_read.cmd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/git_read.cmd b/git_read.cmd new file mode 100644 index 0000000000..612c92bc81 --- /dev/null +++ b/git_read.cmd @@ -0,0 +1,5 @@ +@echo off +git pull --rebase=true --progress -v 2>&1 >%temp%\report.txt +call .\build\make_ver.bat +start %temp%\report.txt +goto :eof |