forked from swoft-cloud/swoft-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubtree-push.sh
31 lines (31 loc) · 2.85 KB
/
subtree-push.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/bin/sh
git pull --no-edit
git subtree push --prefix=src/pipeline [email protected]:swoft-cloud/swoft-pipeline.git master --squash
git subtree push --prefix=src/view [email protected]:swoft-cloud/swoft-view.git master --squash
git subtree push --prefix=src/http-server [email protected]:swoft-cloud/swoft-http-server.git master --squash
git subtree push --prefix=src/websocket-server [email protected]:swoft-cloud/swoft-websocket-server.git master --squash
git subtree push --prefix=src/task [email protected]:swoft-cloud/swoft-task.git master --squash
git subtree push --prefix=src/session [email protected]:swoft-cloud/swoft-session.git master --squash
git subtree push --prefix=src/service-governance [email protected]:swoft-cloud/swoft-service-governance.git master --squash
git subtree push --prefix=src/rpc-server [email protected]:swoft-cloud/swoft-rpc-server.git master --squash
git subtree push --prefix=src/rpc-client [email protected]:swoft-cloud/swoft-rpc-client.git master --squash
git subtree push --prefix=src/rpc [email protected]:swoft-cloud/swoft-rpc.git master --squash
git subtree push --prefix=src/redis [email protected]:swoft-cloud/swoft-redis.git master --squash
git subtree push --prefix=src/process [email protected]:swoft-cloud/swoft-process.git master --squash
git subtree push --prefix=src/memory [email protected]:swoft-cloud/swoft-memory.git master --squash
git subtree push --prefix=src/i18n [email protected]:swoft-cloud/swoft-i18n.git master --squash
git subtree push --prefix=src/http-client [email protected]:swoft-cloud/swoft-http-client.git master --squash
git subtree push --prefix=src/http-message [email protected]:swoft-cloud/swoft-http-message.git master --squash
git subtree push --prefix=src/devtool [email protected]:swoft-cloud/swoft-devtool.git master --squash
git subtree push --prefix=src/db [email protected]:swoft-cloud/swoft-db.git master --squash
git subtree push --prefix=src/data-parser [email protected]:swoft-cloud/swoft-data-parser.git master --squash
git subtree push --prefix=src/console [email protected]:swoft-cloud/swoft-console.git master --squash
git subtree push --prefix=src/cache [email protected]:swoft-cloud/swoft-cache.git master --squash
git subtree push --prefix=src/trace [email protected]:swoft-cloud/swoft-trace.git master --squash
git subtree push --prefix=src/queue [email protected]:swoft-cloud/swoft-queue.git master --squash
git subtree push --prefix=src/whoops [email protected]:swoft-cloud/swoft-whoops.git master --squash
git subtree push --prefix=src/log [email protected]:swoft-cloud/swoft-log.git master --squash
git subtree push --prefix=src/auth [email protected]:swoft-cloud/swoft-auth.git master --squash
git subtree push --prefix=src/swagger [email protected]:swoft-cloud/swoft-swagger.git master --squash
git subtree push --prefix=src/framework [email protected]:swoft-cloud/swoft-framework.git master --squash
git subtree push --prefix=src/process [email protected]:swoft-cloud/swoft-process.git master --squash