5 lines
87 B
Bash
5 lines
87 B
Bash
|
git init
|
||
|
git add .
|
||
|
git commit -m "🎉 feat: push脚本"
|
||
|
git push --all
|
||
|
git push --tags
|