🎉 feat: push脚本

This commit is contained in:
bunny 2025-04-06 19:17:04 +08:00
parent 679f418387
commit f95b65c1e0
1 changed files with 5 additions and 0 deletions

5
push.sh Normal file
View File

@ -0,0 +1,5 @@
git init
git add .
git commit -m "🎉 feat: push脚本"
git push --all
git push --tags