summaryrefslogtreecommitdiff
path: root/git_read.cmd
blob: 612c92bc81d53baa72f716a64ec5c943e34caf8e (plain)
1
2
3
4
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