summaryrefslogtreecommitdiff
path: root/tools/build_scripts/git_update.bat
blob: 684ee6d7863a881c077610aa225d69fef75ce473 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if "%1" == "" (
   echo Branch should be specified in the first parameter
   exit 1
)

git checkout %1

git reset --hard

git pull --rebase=true --progress -v

echo %date% %time% > timestamp.chk