показать статус рабочего дерева (Show the working tree status)
Конфигурация (Configuration)
The command honors color.status
(or status.color
— they mean the
same thing and the latter is kept for backward compatibility) and
color.status.<slot>
configuration variables to colorize its
output.
If the config variable status.relativePaths
is set to false, then
all paths shown are relative to the repository root, not to the
current directory.
If status.submoduleSummary
is set to a non zero number or true
(identical to -1 or an unlimited number), the submodule summary
will be enabled for the long format and a summary of commits for
modified submodules will be shown (see --summary-limit option of
git-submodule(1)). Please note that the summary output from the
status command will be suppressed for all submodules when
diff.ignoreSubmodules
is set to all or only for those submodules
where submodule.<name>.ignore=all
. To also view the summary for
ignored submodules you can either use the
--ignore-submodules=dirty command line option or the git
submodule summary command, which shows a similar output but does
not honor these settings.