panyong 3 years ago
parent
commit
8ea51bf210
1 changed files with 7 additions and 1 deletions
  1. 7 1
      htmldev/dashboard/devshell.sh

+ 7 - 1
htmldev/dashboard/devshell.sh

@@ -4,10 +4,16 @@
 # cd /data/project/web/tingbang/htmldev/dashboard
 # npm run build
 # ssh root@81.68.157.237
+function git.branch {
+  br=`git branch | grep '*'`
+  echo ${br/* /}
+}
+
 git pull
 git status
 read -p "Enter your commit_message,please: " commit_message
 git add .
 git commit -m ${commit_message}
-git push origin 管理后台
+git push origin git.branch
 echo '代码提交成功'
+git checkout test