Duplicated from a3216/gcli2api
c50496f
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