👽 增加 codechina

This commit is contained in:
yadong.zhang 2021-08-15 22:52:24 +08:00
parent 39b113b194
commit 8283124c57
4 changed files with 6 additions and 0 deletions

1
bin/pull-dev.sh Normal file
View File

@ -0,0 +1 @@
git pull origin dev && git pull github dev && git pull cc dev

1
bin/push-dev.sh Normal file
View File

@ -0,0 +1 @@
git push origin dev && git push github dev && git push cc dev

1
bin/push.sh Normal file
View File

@ -0,0 +1 @@
git push origin master && git push github master && git push cc master

3
ja.sh
View File

@ -15,6 +15,9 @@ case "$1" in
'updv') 'updv')
bin/updVersion.sh $2 bin/updVersion.sh $2
;; ;;
'ppd')
bin/pull-dev.sh
;;
'pd') 'pd')
bin/push-dev.sh bin/push-dev.sh
;; ;;