https://github.com/gabriel-dp/git-commit-emoji
A list of emojis to use in commits
https://github.com/gabriel-dp/git-commit-emoji
commit-conventions emoji git
Last synced: 4 months ago
JSON representation
A list of emojis to use in commits
- Host: GitHub
- URL: https://github.com/gabriel-dp/git-commit-emoji
- Owner: gabriel-dp
- License: mit
- Created: 2022-08-21T13:54:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T00:51:30.000Z (10 months ago)
- Last Synced: 2025-05-16T19:11:47.749Z (6 months ago)
- Topics: commit-conventions, emoji, git
- Homepage:
- Size: 1.95 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git commit -m "emoji"
Emojis are a simple and fast way to communicate something.
A commit must clearly explain the project's changes.
Why not combine these two?
## Table of emojis
|Emoji | Commit | Code |
|:-:|:-|:-|
|🎉| Project beginning | tada |
|✨| New feature | sparkles |
|🐛| Bug fix | bug |
|🔧| Maintenance | wrench |
|📑| Documentation | bookmark_tabs |
|⚙️| Functionality | gear |
|♻️| Refactoring | recycle |
|🎨| Style | art |
|🔍| SEO | mag |
|⚡️| General update | zap |
|🏷️| Release | label |
|🚀| Deploy | rocket |
|📦| Package | package |
|📁| Directory structure | file_folder |
|🔀| Merge changes | twisted_rightwards_arrows |
|⏪️| Revert changes | rewind |
|🚧| Feature in progress | construction |
|✅| Finished feature | white_check_mark |
|⚠️| Problems in the code | warning |
|💩| Temporary bad code | poop |
### Attention
Emojis are not enough to explain a change, a **great description** must be part of the commit.
`Have fun!`
---
> If you have any suggestions of improvements, submit a PR