Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2014-12-26 22:45:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dec4f6b989ab47c3f3d5d7a220baaf0bf3c11cd0
dec4f6b9
1 parent
dfd4eeca
hotfix 1.0release, add remote gitlab
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
trunk/scripts/git.commit.sh
trunk/scripts/git.commit.sh
查看文件 @
dec4f6b
...
...
@@ -44,6 +44,7 @@ function remote_check()
remote_check origin git@github.com:winlinvip/simple-rtmp-server.git
remote_check srs.csdn git@code.csdn.net:winlinvip/srs-csdn.git
remote_check srs.oschina git@git.oschina.net:winlinvip/srs.oschina.git
remote_check srs.gitlab git@gitlab.com:winlinvip/srs-gitlab.git
ok_msg
"remote check ok"
function
sync_push
()
...
...
@@ -64,10 +65,12 @@ function sync_push()
sync_push --all origin
sync_push --all srs.csdn
sync_push --all srs.oschina
sync_push --all srs.gitlab
ok_msg
"push refs ok"
sync_push --tags srs.csdn
sync_push --tags srs.oschina
sync_push --tags srs.gitlab
ok_msg
"push tags ok"
exit
0
...
...
请
注册
或
登录
后发表评论