正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
| @@ -44,6 +44,7 @@ function remote_check() | @@ -44,6 +44,7 @@ function remote_check() | ||
| 44 | remote_check origin git@github.com:winlinvip/simple-rtmp-server.git | 44 | remote_check origin git@github.com:winlinvip/simple-rtmp-server.git |
| 45 | remote_check srs.csdn git@code.csdn.net:winlinvip/srs-csdn.git | 45 | remote_check srs.csdn git@code.csdn.net:winlinvip/srs-csdn.git |
| 46 | remote_check srs.oschina git@git.oschina.net:winlinvip/srs.oschina.git | 46 | remote_check srs.oschina git@git.oschina.net:winlinvip/srs.oschina.git |
| 47 | +remote_check srs.gitlab git@gitlab.com:winlinvip/srs-gitlab.git | ||
| 47 | ok_msg "remote check ok" | 48 | ok_msg "remote check ok" |
| 48 | 49 | ||
| 49 | function sync_push() | 50 | function sync_push() |
| @@ -64,10 +65,12 @@ function sync_push() | @@ -64,10 +65,12 @@ function sync_push() | ||
| 64 | sync_push --all origin | 65 | sync_push --all origin |
| 65 | sync_push --all srs.csdn | 66 | sync_push --all srs.csdn |
| 66 | sync_push --all srs.oschina | 67 | sync_push --all srs.oschina |
| 68 | +sync_push --all srs.gitlab | ||
| 67 | ok_msg "push refs ok" | 69 | ok_msg "push refs ok" |
| 68 | 70 | ||
| 69 | sync_push --tags srs.csdn | 71 | sync_push --tags srs.csdn |
| 70 | sync_push --tags srs.oschina | 72 | sync_push --tags srs.oschina |
| 73 | +sync_push --tags srs.gitlab | ||
| 71 | ok_msg "push tags ok" | 74 | ok_msg "push tags ok" |
| 72 | 75 | ||
| 73 | exit 0 | 76 | exit 0 |
-
请 注册 或 登录 后发表评论