Skip to content

Instantly share code, notes, and snippets.

@gugat
Forked from jhermann/git-commit-emojis.md
Created December 14, 2017 22:42
Show Gist options
  • Save gugat/830b7f0c9c7ecf577e156cb2fe55bc06 to your computer and use it in GitHub Desktop.
Save gugat/830b7f0c9c7ecf577e156cb2fe55bc06 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