panyong il y a 3 ans
Parent
commit
0ce8113c00
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 read -p "Enter your commit_message,please: " commit_message
 git add .
 git add .
 git commit -m ${commit_message}
 git commit -m ${commit_message}
-git push origin git.branch
+git push origin ${git.branch}
 echo '代码提交成功'
 echo '代码提交成功'
 git checkout test
 git checkout test