File size: 178 Bytes
69fec20
 
 
 
 
 
1
2
3
4
5
6
echo "强制同步项目代码,忽略本地修改..."
git fetch --all
git reset --hard origin/$(git rev-parse --abbrev-ref HEAD)
uv sync
source .venv/bin/activate
python web.py