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)
Your article inspired me writing one about git tools that can help everyone to use emojis in their commit messages
Git commit helper: add emojis to your commits
Christophe Colombier γ» May 4
I checked it out, and those repositories are pretty cool. Had no idea something like this existed!