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
parent
409b8d82df
commit
84f88512aa
|
|
@ -145,15 +145,15 @@ useful if you write an alias or script around 'git push'.
|
||||||
transfer spends extra cycles to minimize the number of
|
transfer spends extra cycles to minimize the number of
|
||||||
objects to be sent and meant to be used on slower connection.
|
objects to be sent and meant to be used on slower connection.
|
||||||
|
|
||||||
-v::
|
|
||||||
--verbose::
|
|
||||||
Run verbosely.
|
|
||||||
|
|
||||||
-q::
|
-q::
|
||||||
--quiet::
|
--quiet::
|
||||||
Suppress all output, including the listing of updated refs,
|
Suppress all output, including the listing of updated refs,
|
||||||
unless an error occurs.
|
unless an error occurs.
|
||||||
|
|
||||||
|
-v::
|
||||||
|
--verbose::
|
||||||
|
Run verbosely.
|
||||||
|
|
||||||
include::urls-remotes.txt[]
|
include::urls-remotes.txt[]
|
||||||
|
|
||||||
OUTPUT
|
OUTPUT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue