fastapi-proxy-test / 0-git-all.sh
tanbushi's picture
Sun Jun 8 15:06:48 CST 2025
4cf1e7e
raw
history blame contribute delete
118 Bytes
git checkout dev
git add .
git commit -m "$(date)"
git push
git checkout main
git merge dev
git push
git checkout dev