Output
Command Output
Review Required
Review generated artifacts, backups, staging changes, and the local commit created by the profile.
Command
custy commitCategory
Git Operations
Quick Command
custy commit [OPTIONS]Overview
A successful run can change project files, the Git index, and local Git history. Review each category rather than relying on the final success message alone.
Observable Results
Command Output
Example output produced after running the command.
Successful Commit Profile
Representative high-level progress from a completed profile.TerminaltextVersion and artifacts prepared
CHANGELOG.md updated
Commit message backed up
Resolved changes staged
Git commit created
A successful run can produce:
- Updated version and release-artifact files.
- An updated
CHANGELOG.md. - A timestamped or retained commit-message backup.
- A changed Git index based on the stage mode.
- A new Git commit on the current branch.
Verify the Result
Terminal
bashgit status
git show --stat --oneline HEAD
git show --format=fuller --no-ext-diff HEAD