I'm doing git push with a quiet flag and expect that git will not produce any messages. The documentation says
--quiet Suppress all output, including the listing of updated refs, unless an error occurs. Progress is not reported to the standard error stream.
but I still receive "Branch develop....". Why is that?

