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

11 lines
143 B
Batchfile

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