summaryrefslogtreecommitdiffstats
path: root/docs/release/build/update.bat
blob: 973aa069557630ebf55bb8f5c756a72e866de164 (plain) (blame)
1
2
3
4
5
6
goto end
git fetch upstream
git merge upstream/master
git checkout master
:end
pause