Skip to content

Instantly share code, notes, and snippets.

@asharirfan
Forked from jhermann/git-commit-emojis.md
Created February 5, 2018 15:51
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 asharirfan/f3475e8f43ff1791ca96a6d0cc5370ce to your computer and use it in GitHub Desktop.
Save asharirfan/f3475e8f43ff1791ca96a6d0cc5370ce 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