generator-code-web/push.sh

5 lines
87 B
Bash

git init
git add .
git commit -m "🎉 feat: push脚本"
git push --all
git push --tags