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:
- Type: feat, fix, docs, style, refactor, perf, test, chore.
- Scope: The area of the code being changed (optional).
- Description: A short, imperative-mood summary.
- Body: Detailed description (optional).
- 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.