Syntax
Command Syntax
Stable
Choose the direct commit form for command-specific overrides or the public Run form for profile selection.
Command
custy commitCategory
Git Operations
Quick Command
custy commit [OPTIONS]Overview​
The direct form exposes commit-specific file, staging, version, and backup
overrides. Global options such as dry-run must appear before commit.
Supported Command Forms
Command Syntax
Available command syntax and usage examples.
Use resolved project settings
Run the complete commit profile.
bash
custy commitStage tracked modifications
Select update staging for tracked modified and deleted files.
bash
custy commit --auto-stage --stage-mode updateUse another message template
Override the configured commit-message template.
bash
custy commit --commit-msg-file path/to/commit-message.txtPreview the profile
Pass the root dry-run option before the command.
bash
custy --dry-run commitDirect Command and Run Profile
The public Run equivalent is custy run commit. It selects the same registered
profile, but it does not expose the direct command's complete option set.