Skip to content

Instantly share code, notes, and snippets.

@jsilvao
Forked from jhermann/git-commit-emojis.md
Created September 6, 2020 21:45
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 jsilvao/56427ca336c5f6687fdf1fe2ba925922 to your computer and use it in GitHub Desktop.
Save jsilvao/56427ca336c5f6687fdf1fe2ba925922 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:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment