Examples
Examples
Stable
Use practical commit-profile patterns for previews, staging control, version files, and intentional empty commits.
Command
custy commitCategory
Git Operations
Quick Command
custy commit [OPTIONS]Overview
Preview the complete profile before allowing it to edit files, stage changes, and create local Git history.
Common Examples
Examples
Practical command examples.
Run the configured commit profile
Prepare artifacts, generate the changelog, stage, and commit with project settings.
CLI
custy commitPreview before changing the repository
Inspect the planned pipeline through the global dry-run mode.
CLI
custy --dry-run commitStage tracked changes only
Use Git's update-style staging for tracked modifications and deletions.
CLI
custy commit --auto-stage --stage-mode updateUse a dedicated version file
Override the configured version path for one run.
CLI
custy commit --version-file src/package_version.pyPermit an empty commit
Allow the commit stage to continue when an empty commit is intentional.
CLI
custy commit --allow-empty-commit