Skip to content

Instantly share code, notes, and snippets.

@jhermann
Last active September 23, 2023 07:09
Show Gist options
  • Star 39 You must be signed in to star a gist
  • Fork 10 You must be signed in to fork a gist
  • Save jhermann/0206ed09b3bbcefdd691 to your computer and use it in GitHub Desktop.
Save jhermann/0206ed09b3bbcefdd691 to your computer and use it in GitHub Desktop.
Useful emoji for git commit messages

Useful emoji for git commit messages

If you add emoji to your commit messages for a GitHub repo, they become less boring, and you can convey the kind of change you're adding. See the full set of GitHub supported emoji here (also useful for easy copy&paste via a simple click).

Example commit message

The following is a possible scheme to use:

emoji change type text to use
πŸ› bug :bug:
↗️ improvement :arrow_upper_right:
πŸ†• new feature :new:
βœ… tests :white_check_mark:
πŸ“– documentation :book:
✏️ typo :pencil2:
πŸ”€ refactoring :twisted_rightwards_arrows:
πŸ“¦ release :package:
πŸ‘ contribution :clap:
⚠️ breaking :warning:
❗ important :exclamation:
πŸ™ experimental :pray:
♻️ dead code removal :recycle:
@rahulsharma-rks
Copy link

It's really cool.

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