generator-code-server/push.sh

9 lines
147 B
Bash

git init
git add .
git commit -m "🎉 feat: 前端页面更新"
git checkout master
git merge dev
git push --all
git push --tags
git checkout dev