Skip to content

Commit

Permalink
✨ change: .sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyd-c committed Aug 15, 2021
1 parent 9773310 commit 0023ea0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/bin/pull-dev.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git pull origin dev && git pull github dev
git pull origin dev && git pull github dev && git pull cc dev
2 changes: 1 addition & 1 deletion docs/bin/push-dev.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git push origin dev && git push github dev
git push origin dev && git push github dev && git push cc dev
2 changes: 1 addition & 1 deletion docs/bin/push.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git push origin master && git push github master
git push origin master && git push github master && git push cc master

0 comments on commit 0023ea0

Please sign in to comment.