Skip to main content

Commit Changes

Bimagic offers two ways to commit your staged changes:

󰦥 Magic Commit (Builder)

The "Commit Spell" - a guided experience that helps you follow the Conventional Commits specification. It prompts you for:

  1. Type: feat, fix, docs, style, refactor, perf, test, chore.
  2. Scope: The area of the code being changed (optional).
  3. Description: A short, imperative-mood summary.
  4. Body: Detailed description (optional).
  5. Breaking Changes: Automatically adds ! to the type/scope for visibility.

󱐋 Quick Commit (One-line)

For when you just want to provide a quick message and move on.