Skip to main content

Output

Command Output

Review Required

Review generated artifacts, backups, staging changes, and the local commit created by the profile.

Commandcusty commit

Category

Git Operations

Quick Command

custy commit [OPTIONS]

outputGit historyverification

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.

Terminal
text
Version 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
bash
git status
git show --stat --oneline HEAD
git show --format=fuller --no-ext-diff HEAD