git-publish.sh 162 字节 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 set -e git pull git add -A git commit -m "build: 升级底包" git push git checkout publish git pull git merge vue2 --no-edit git push git checkout vue2 exit 0