Skip to content

Instantly share code, notes, and snippets.

@bndynet
Forked from jhermann/git-commit-emojis.md
Last active October 12, 2017 06:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bndynet/5784d0c098630854df806c2627a75a07 to your computer and use it in GitHub Desktop.
Save bndynet/5784d0c098630854df806c2627a75a07 to your computer and use it in GitHub Desktop.
Useful emoji for git commit messages

Useful emoji for git commit messages

Emoji

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:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment