DEV Community

Muhammad Muzammil Loya
Muhammad Muzammil Loya

Posted on

Git Commit Message Decoder: New Coder Edition

Confused by feat, fix, and other Git prefixes? Here's a quick guide:

  • feat πŸŽ‰: New feature added.
  • fix 🩹: Bug squashed!
  • style 🎨: Code formatting or UI tweaks.
  • refactor πŸ—οΈ: Improved code structure.
  • test πŸ§ͺ: Added or updated tests.
  • docs πŸ“š: Documentation changes.
  • chore 🧹: Code maintenance tasks.

Emoji Power! πŸ’ͺ

Spice up your commits with emojis for a touch of fun:

  • πŸŽ‰ New features!
  • 🩹 Bug fixes.
  • 🎨 Styling changes.
  • πŸ—οΈ Code refactoring.
  • πŸ§ͺ Testing updates.
  • πŸ“š Documentation improvements.
  • 🧹 Code maintenance.

Use these prefixes and clear messages for a clean and fun commit history! πŸ˜‰

Top comments (2)

Collapse
 
ccoveille profile image
Christophe Colombier

Your article inspired me writing one about git tools that can help everyone to use emojis in their commit messages

Collapse
 
muzammil-cyber profile image
Muhammad Muzammil Loya

I checked it out, and those repositories are pretty cool. Had no idea something like this existed!