Show files-staged
show files-staged - Show staged files with their module ownership
The show files-staged command displays staged files (git diff --cached) with their module ownership. Useful for identifying which modules are affected by staged changes before committing.
Notes
Expected Output:
- Table with staged file paths and owning modules (comma-separated if multiple)
- Files with no module ownership shown as "NONE"
- Empty output if no files are staged
See Also
- show files-changed - Unstaged changes
- work commit - Commit staged files
- create commit-message
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.