Skip to content

Commit

Permalink
refine the git command
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Oct 8, 2015
1 parent 320f126 commit 9c2eafc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions trunk/scripts/git.commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c2eafc

Please sign in to comment.