File size: 186 Bytes
69fec20
 
 
 
 
 
 
1
2
3
4
5
6
7
git fetch --all
for /f "delims=" %%b in ('git rev-parse --abbrev-ref HEAD') do set branch=%%b
git reset --hard origin/%branch%
uv sync
call .venv\Scripts\activate.bat
python web.py
pause