Documentation
¶
Overview ¶
-u[<mode>], --untracked-files[=<mode>] The mode parameter is optional (defaults to all), and is used to specify the handling of untracked files; when -u is not used, the default is normal, i.e. show untracked files and directories.
Index ¶
Constants ¶
View Source
const ( // Show no untracked files No = "no" // Shows untracked files and directories Normal = "normal" // Also shows individual files in untracked directories. All = "all" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.