panyong 3 年之前
父節點
當前提交
0ce8113c00
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      htmldev/dashboard/devshell.sh

+ 1 - 1
htmldev/dashboard/devshell.sh

@@ -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