Skip to content

Instantly share code, notes, and snippets.

@naviat
Created September 11, 2019 08:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naviat/a0305302c5ff08dec5c2f14e64caef6d to your computer and use it in GitHub Desktop.
Save naviat/a0305302c5ff08dec5c2f14e64caef6d to your computer and use it in GitHub Desktop.
Git emoji list

The list

Text Image Shortcode When to use it
πŸŽ‰ πŸŽ‰ :tada: initial commit
✨ ✨ :sparkles: when adding a new user-facing feature
🎨 🎨 :art: when improving UI
πŸ“¦ πŸ“¦ :package: when refactoring or improving code
🐎 🐎 :racehorse: when improving performance
πŸ”’ πŸ”’ :lock: when improving security
πŸ”§ πŸ”§ :wrench: when updating configs
β™Ώ β™Ώ :wheelchair: when improving accessibility
πŸš€ πŸš€ :rocket: when improving dev tools
πŸ“ πŸ“ :pencil: when writing docs (e.g. README, code comments)
πŸ’Ž πŸ’Ž :gem: when cutting a new release / version bump
πŸ› πŸ› :bug: when fixing a bug
πŸ’₯ πŸ’₯ :boom: when fixing a crash
🚱 🚱 :non-potable_water: when fixing a memory leak
πŸ”₯ πŸ”₯ :fire: when removing code or files
βœ… βœ… :white_check_mark: when adding new tests
πŸ’š πŸ’š :green_heart: when fixing the CI build
πŸ‘• πŸ‘• :shirt: when fixing linter warnings
πŸ“‘ πŸ“‘ :satellite: when adding instrumentation or metrics
πŸ”Š πŸ”Š :loud_sound: when adding logging
πŸ”‡ πŸ”‡ :mute: when removing logging
⬆ ⬆️ :arrow_up: when upgrading dependencies
⬇ ⬇️ :arrow_down: when downgrading dependencies
🎌 🎌 :crossed_flags: when adding an A/B test or feature flag*
⚑ ⚑ :zap: when making a backwards-incompatible change*
🚧 🚧 :construction: when the change is a work in progress (do not merge)*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment