mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine the git command
This commit is contained in:
parent
320f126b7e
commit
9c2eafc244
1 changed files with 6 additions and 6 deletions
|
@ -66,12 +66,12 @@ function sync_push()
|
|||
done
|
||||
}
|
||||
|
||||
sync_push --all origin
|
||||
sync_push --all srs.winlin
|
||||
sync_push --all srs.csdn
|
||||
sync_push --all srs.oschina
|
||||
sync_push --all srs.gitlab
|
||||
ok_msg "push refs ok"
|
||||
sync_push origin
|
||||
sync_push srs.winlin
|
||||
sync_push srs.csdn
|
||||
sync_push srs.oschina
|
||||
sync_push srs.gitlab
|
||||
ok_msg "push branches ok"
|
||||
|
||||
sync_push --tags srs.winlin
|
||||
sync_push --tags srs.csdn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue