(or --verbose, same thing). For whatever reasons, git rm is always -v (in effect—it doesn't actually have a -v option) and requires -q to make it quiet, while git add is never verbose and requires -v to make it loud. (Or, with -n it doesn't actually add but is verbose.)
Use:
(or
--verbose, same thing). For whatever reasons,git rmis always-v(in effect—it doesn't actually have a-voption) and requires-qto make it quiet, whilegit addis never verbose and requires-vto make it loud. (Or, with-nit doesn't actually add but is verbose.)