1
0
mirror of synced 2026-05-22 13:43:20 +00:00

👽 增加 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
View File
@@ -0,0 +1 @@
git pull origin dev && git pull github dev && git pull cc dev
+1
View File
@@ -0,0 +1 @@
git push origin dev && git push github dev && git push cc dev
+1
View File
@@ -0,0 +1 @@
git push origin master && git push github master && git push cc master
+3
View File
@@ -15,6 +15,9 @@ case "$1" in
'updv')
bin/updVersion.sh $2
;;
'ppd')
bin/pull-dev.sh
;;
'pd')
bin/push-dev.sh
;;