Skip to content

Commit

Permalink
👽 增加 codechina
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyd-c committed Aug 15, 2021
1 parent 39b113b commit 8283124
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/pull-dev.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git pull origin dev && git pull github dev && git pull cc dev
1 change: 1 addition & 0 deletions bin/push-dev.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git push origin dev && git push github dev && git push cc dev
1 change: 1 addition & 0 deletions bin/push.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git push origin master && git push github master && git push cc master
3 changes: 3 additions & 0 deletions ja.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ case "$1" in
'updv')
bin/updVersion.sh $2
;;
'ppd')
bin/pull-dev.sh
;;
'pd')
bin/push-dev.sh
;;
Expand Down

0 comments on commit 8283124

Please sign in to comment.