summaryrefslogtreecommitdiff
path: root/git_read.cmd
blob: 74a4899310af12637346dda438f875bceae880fb (plain)
1
2
3
4
5
6
@echo off
git pull --rebase=true --progress -v 2>&1 > "%temp%\report.txt"
git submodule update --recursive --rebase
call .\build\make_ver.bat
start "" "%temp%\report.txt"
goto :eof