gcli2api / start.bat
a3216's picture
sync: github -> hf space
c50496f
raw
history blame contribute delete
186 Bytes
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