generator-code-server/push.sh

5 lines
87 B
Bash
Raw Normal View History

2025-04-06 19:17:04 +08:00
git init
git add .
git commit -m "🎉 feat: push脚本"
git push --all
git push --tags