Skip to main content

Syntax

Command Syntax

Stable

Choose the direct commit form for command-specific overrides or the public Run form for profile selection.

Commandcusty commit

Category

Git Operations

Quick Command

custy commit [OPTIONS]

syntaxCLIcommit profile

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 commit

Stage tracked modifications

Select update staging for tracked modified and deleted files.

bash
custy commit --auto-stage --stage-mode update

Use another message template

Override the configured commit-message template.

bash
custy commit --commit-msg-file path/to/commit-message.txt

Preview the profile

Pass the root dry-run option before the command.

bash
custy --dry-run commit

Direct 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.