control-freak-ide/dist/misc_web/update2.bat
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

10 lines
130 B
Batchfile

setlocal
cd /d %~dp0
git clean -f
git reset --hard origin
git pull
git clean -f
echo "You can close this window now"
pause > nul