git init git add . git commit -m "🎉 feat: 前端页面更新" git checkout master git merge dev git push --all git push --tags git checkout dev