Skip to content

Commit

Permalink
Documentation/git-push: put --quiet before --verbose
Browse files Browse the repository at this point in the history
Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Tay Ray Chuan authored and Junio C Hamano committed Feb 24, 2010
1 parent 409b8d8 commit 84f8851
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Documentation/git-push.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84f8851

Please sign in to comment.