🔧 Add pull-dev.sh

This commit is contained in:
yadong.zhang 2021-04-21 13:46:46 +08:00
parent 930039e92d
commit 0232e8664f
2 changed files with 4 additions and 0 deletions

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

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

3
jap.sh
View File

@ -18,6 +18,9 @@ case "$1" in
'pd')
docs/bin/push-dev.sh
;;
'ppd')
docs/bin/pull-dev.sh
;;
'p')
docs/bin/push.sh
;;