@@ -5,7 +5,9 @@
# npm run build
# ssh root@81.68.157.237
git pull
+git status
+read -p "Enter your commit_message,please: " commit_message
git add .
-git commit -m "commit_message"
-git push origin branch_name
+git commit -m ${commit_message}
+git push origin 管理后台
echo '代码提交成功'