Skip to content

nc-minh/commit-message-emoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

Commit-message-emoji

This is my commit message emoji structure, I have consulted on websites online and edited it to my liking, if you like you can give me a star.

How to usage

git commit -m':tada: Begin a project'

:tada: | is the emoji code

Begin a project | is a commit

My emoji list

Commit type Emoji
Begin a project 🎉 :tada:
Code fall in love 💞 :revolving_hearts:
being chased by a DEADLINE 😭 :sob:
Tests 🚨 :rotating_light:
Write bad code that needs to be improved 💩 :poop:
Introduce breaking changes 💥 :boom:
Write code drunkenly 🍻 :beers:
Catch errors 🥅 :goal_net:
🍀 ---CREATE---
New feature :sparkles:
Work in progress 🚧 :construction:
Add or update documentation 📝 :memo:
Add or update the UI and style files. 💄 :lipstick:
Add a dependency :heavy_plus_sign:
Add or update CI build system 👷 :construction_worker:
Add or update analytics or track code 📈 :chart_with_upwards_trend:
Add or update configuration files 🔧 :wrench:
Add or update compiled files or packages 📦 :package:
Add or update assets 🍱 :bento:
Add or update comments in source code 💡 :bulb:
Add or update text and literals 💬 :speech_balloon:
Add or update logs 🔊 :loud_sound:
Add or update contributor(s) 👥 :busts_in_silhouette:
Add or update a .gitignore file 🙈 :see_no_evil:
Add or update image(s) 📸 :camera_flash:
Add or update license 📄 :page_facing_up:
Add or update readme file 🔖 :bookmark:
Add or update animations and transitions 💫 :dizzy:
Add or update directory constructure 📁 :file_folder:
Add or update API 🐾 :feet:
Add or update Library 🔆 :high_brightness:
Perform experiments ⚗️ :alembic:
⌛ ---UPDATE---
Work on responsive design 📱 :iphone:
Perform database related changes 🗃️ :card_file_box:
Downgrade dependencies ⬇️ :arrow_down:
Upgrade dependencies ⬆️ :arrow_up:
Fix a bug 🐛 :bug:
Improve structure / format of the code 🎨 :art:
Improve performance :zap:
Refactor code ♻️ :recycle:
Fix security issues 🔒 :lock:
Fix typos ✏️ :pencil2:
Merge branches 🔀 :twisted_rightwards_arrows:
Update code due to external API changes 👽 :alien:
Move or rename resources (e.g.: files, paths, routes) 🚚 :truck:
Improve SEO 🔍 :mag:
🔪 ---DELELE---
Remove dead code ⚰️ :coffin:
Remove code, files or folder 🔥 :fire:
Remove a dependency :heavy_minus_sign:
Remove logs 🔇 :mute:

See more

Other sources

emoji code