From 9c2eafc244f2f32091e27ade570a6e59205cd1a7 Mon Sep 17 00:00:00 2001 From: winlin Date: Thu, 8 Oct 2015 15:53:49 +0800 Subject: [PATCH] refine the git command --- trunk/scripts/git.commit.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/trunk/scripts/git.commit.sh b/trunk/scripts/git.commit.sh index b3b5e9b5e..4ed14ead5 100755 --- a/trunk/scripts/git.commit.sh +++ b/trunk/scripts/git.commit.sh @@ -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