Skip to content

Instantly share code, notes, and snippets.

@parmentf
Last active December 11, 2024 08:15
Show Gist options
  • Save parmentf/035de27d6ed1dce0b36a to your computer and use it in GitHub Desktop.
Save parmentf/035de27d6ed1dce0b36a to your computer and use it in GitHub Desktop.
Git Commit message Emoji

Inspired by dannyfritz/commit-message-emoji

See also gitmoji.

Commit type Emoji
Initial commit 🎉 :tada:
Version tag 🔖 :bookmark:
New feature :sparkles:
Bugfix 🐛 :bug:
Metadata 📇 :card_index:
Documentation 📚 :books:
Documenting source code 💡 :bulb:
Performance 🐎 :racehorse:
Cosmetic 💄 :lipstick:
Tests 🚨 :rotating_light:
Adding a test :white_check_mark:
Make a test pass ✔️ :heavy_check_mark:
General update :zap:
Improve format/structure 🎨 :art:
Refactor code 🔨 :hammer:
Removing code/files 🔥 :fire:
Continuous Integration 💚 :green_heart:
Security 🔒 :lock:
Upgrading dependencies ⬆️ :arrow_up:
Downgrading dependencies ⬇️ :arrow_down:
Lint 👕 :shirt:
Translation 👽 :alien:
Text 📝 :pencil:
Critical hotfix 🚑 :ambulance:
Deploying stuff 🚀 :rocket:
Fixing on MacOS 🍎 :apple:
Fixing on Linux 🐧 :penguin:
Fixing on Windows 🏁 :checkered_flag:
Work in progress 🚧 :construction:
Adding CI build system 👷 :construction_worker:
Analytics or tracking code 📈 :chart_with_upwards_trend:
Removing a dependency :heavy_minus_sign:
Adding a dependency :heavy_plus_sign:
Docker 🐳 :whale:
Configuration files 🔧 :wrench:
Package.json in JS 📦 :package:
Merging branches 🔀 :twisted_rightwards_arrows:
Bad code / need improv. 💩 :hankey:
Reverting changes :rewind:
Breaking changes 💥 :boom:
Code review changes 👌 :ok_hand:
Accessibility :wheelchair:
Move/rename repository 🚚 :truck:
Other Be creative
@misteregis
Copy link

🔇

@misteregis
Copy link

🚸

@misteregis
Copy link

🏗️

@misteregis
Copy link

📱

@misteregis
Copy link

🤡

@misteregis
Copy link

🥚

@misteregis
Copy link

🙈

@misteregis
Copy link

📸

@misteregis
Copy link

⚗️

@misteregis
Copy link

🏷️

@misteregis
Copy link

🌱

@misteregis
Copy link

🚩

@misteregis
Copy link

🥅

@misteregis
Copy link

💫

@misteregis
Copy link

🗑️

@misteregis
Copy link

🛂

@misteregis
Copy link

🩹

@misteregis
Copy link

🧐

@misteregis
Copy link

⚰️

@misteregis
Copy link

@misteregis
Copy link

🧪

@misteregis
Copy link

👔

@misteregis
Copy link

🩺

@misteregis
Copy link

🧱

@misteregis
Copy link

🧑‍💻

@misteregis
Copy link

💸

@misteregis
Copy link

🧵

@misteregis
Copy link

🦺

@nahiyan
Copy link

nahiyan commented Nov 22, 2024

@misteregis I see your comments as nothing but spam. Mind explaining the point of your comments?

@snikoyo
Copy link

snikoyo commented Nov 28, 2024

Having a green checkmark ✔️ for tests is not very expressive. It could also mean that the pipeline is green or whatever.
For adding new tests I would prefer the parachute 🪂 emoji in reference to Robert Martin (Uncle Bob):

You should trust your tests like you would trust a parachute (while jumping out of the plane).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment