generator-code-server/push.sh

9 lines
147 B
Bash
Raw Permalink Normal View History

2025-04-06 19:17:04 +08:00
git init
git add .
2025-04-11 22:10:24 +08:00
git commit -m "🎉 feat: 前端页面更新"
git checkout master
git merge dev
2025-04-06 19:17:04 +08:00
git push --all
2025-04-11 22:10:24 +08:00
git push --tags
git checkout dev