fastapi-proxy-test / 3-git-commit-merge copy.sh
tanbushi's picture
Sun Jun 8 12:53:28 CST 2025
df1a318
raw
history blame contribute delete
100 Bytes
git checkout dev
git add .
git commit -m "$(date)"
git checkout main
git merge dev
git checkout dev