winlin

fix bug of git commit

@@ -51,12 +51,9 @@ function sync_push() @@ -51,12 +51,9 @@ function sync_push()
51 done 51 done
52 } 52 }
53 53
54 -sync_push --all origin master  
55 -sync_push --all origin 1.0release  
56 -sync_push --all srs.csdn master  
57 -sync_push --all srs.csdn 1.0release  
58 -sync_push --all srs.oschina master  
59 -sync_push --all srs.oschina 1.0release 54 +sync_push --all origin
  55 +sync_push --all srs.csdn
  56 +sync_push --all srs.oschina
60 ok_msg "push refs ok" 57 ok_msg "push refs ok"
61 58
62 sync_push --tags srs.csdn 59 sync_push --tags srs.csdn