@@ -14,6 +14,6 @@ git status
read -p "Enter your commit_message,please: " commit_message
git add .
git commit -m ${commit_message}
-git push origin git.branch
+git push origin ${git.branch}
echo '代码提交成功'
git checkout test