https://github.com/kevinadhiguna/git-commit-emoji
A collection of emojis that can be used for commit messages 📝 💥 🐛 🔒 🎨 👌
https://github.com/kevinadhiguna/git-commit-emoji
commit-emoji commit-message emoji git-commit-messages
Last synced: 25 days ago
JSON representation
A collection of emojis that can be used for commit messages 📝 💥 🐛 🔒 🎨 👌
- Host: GitHub
- URL: https://github.com/kevinadhiguna/git-commit-emoji
- Owner: kevinadhiguna
- Created: 2021-04-17T19:08:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-02T00:05:03.000Z (over 3 years ago)
- Last Synced: 2025-06-10T19:06:44.450Z (9 months ago)
- Topics: commit-emoji, commit-message, emoji, git-commit-messages
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git Commit Emoji 📝 💥 🐛 🔒 🎨 👌
A collection of emojis that can be used for commit messages inspired by [dannyfritz/commit-message-emoji](https://github.com/dannyfritz/commit-message-emoji).
| Commit type | Emoji |
|:---------------------------|:----------------------------------------------|
| Initial commit | :tada: `:tada:` |
| Version tag | :bookmark: `:bookmark:` |
| New feature | :sparkles: `:sparkles:` |
| Bugfix | :bug: `:bug:` |
| Metadata | :card_index: `:card_index:` |
| Documentation | :books: `:books:` |
| Documenting source code | :bulb: `:bulb:` |
| Performance | :racehorse: `:racehorse:` |
| Cosmetic | :lipstick: `:lipstick:` |
| Tests | :rotating_light: `:rotating_light:` |
| Adding a test | :white_check_mark: `:white_check_mark:` |
| Make a test pass | :heavy_check_mark: `:heavy_check_mark:` |
| General update | :zap: `:zap:` |
| Improve format/structure | :art: `:art:` |
| Refactor code | :hammer: `:hammer:` |
| Removing code/files | :fire: `:fire:` |
| Continuous Integration | :green_heart: `:green_heart:` |
| Security | :lock: `:lock:` |
| Upgrading dependencies | :arrow_up: `:arrow_up:` |
| Downgrading dependencies | :arrow_down: `:arrow_down:` |
| Lint | :shirt: `:shirt:` |
| Translation | :alien: `:alien:` |
| Text | :pencil: `:pencil:` |
| Critical hotfix | :ambulance: `:ambulance:` |
| Deploying stuff | :rocket: `:rocket:` |
| Fixing on MacOS | :apple: `:apple:` |
| Fixing on Linux | :penguin: `:penguin:` |
| Fixing on Windows | :checkered_flag: `:checkered_flag:` |
| Work in progress | :construction: `:construction:` |
| Adding CI build system | :construction_worker: `:construction_worker:` |
| Analytics or tracking code | :chart_with_upwards_trend: `:chart_with_upwards_trend:` |
| Removing a dependency | :heavy_minus_sign: `:heavy_minus_sign:` |
| Adding a dependency | :heavy_plus_sign: `:heavy_plus_sign:` |
| Docker | :whale: `:whale:` |
| Configuration files | :wrench: `:wrench:` |
| Package.json in JS | :package: `:package:` |
| Merging branches | :twisted_rightwards_arrows: `:twisted_rightwards_arrows:` |
| Bad code / need improv. | :hankey: `:hankey:` |
| Reverting changes | :rewind: `:rewind:` |
| Breaking changes | :boom: `:boom:` |
| Code review changes | :ok_hand: `:ok_hand:` |
| Accessibility | :wheelchair: `:wheelchair:` |
| Move/rename repository | :truck: `:truck:` |
| Other | [Be creative](http://www.emoji-cheat-sheet.com/) |
## Example Use
**Case : update README.md**
This will be your commit message :

Result :

### For more, visit [gitmoji.dev](gitmoji.dev)

