Documentation/git-push: put --quiet before --verbose

Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Tay Ray Chuan 2010-02-24 20:50:22 +08:00 committed by Junio C Hamano
parent 409b8d82df
commit 84f88512aa
1 changed files with 4 additions and 4 deletions

View File

@ -145,15 +145,15 @@ useful if you write an alias or script around 'git push'.
transfer spends extra cycles to minimize the number of
objects to be sent and meant to be used on slower connection.

-v::
--verbose::
Run verbosely.

-q::
--quiet::
Suppress all output, including the listing of updated refs,
unless an error occurs.

-v::
--verbose::
Run verbosely.

include::urls-remotes.txt[]

OUTPUT