diff --git a/push.sh b/push.sh index 629e04f..7b9a8ff 100644 --- a/push.sh +++ b/push.sh @@ -1,6 +1,3 @@ -git init -git add . -git commit -m "🎉 feat: 前端页面更新" git checkout master git merge dev git push --all