gwz status¶
Show Git status across the workspace.
The default mode renders a combined workspace status. File paths are reported relative to the workspace and prefixed by member path when available.
Options¶
| Option | Meaning |
|---|---|
--combined |
Render combined workspace status. This is the default. |
--no-combined |
Render per-repository status with file changes. |
--porcelain |
Render stable script-oriented output. |
--no-files |
Omit file changes from combined status while keeping branch summaries. |
--no-branches |
Omit branch summaries from combined status while keeping file changes. |
Examples¶
Show combined human status:
Show per-repository status:
Show status porcelain:
Select one member:
Validation Rules¶
--porcelaincannot be combined with--jsonor--jsonl.--porcelaincannot be combined with--no-combined.--no-filesand--no-branchescannot both be supplied.--no-filesand--no-branchesonly apply to combined status.
Exit Code¶
A dirty workspace is a normal status result and exits 0. Rejected requests
exit 2; failed, partial, or conflicted operations exit 1.