panyong 3 년 전
부모
커밋
8ea51bf210
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  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