Skip to content

Instantly share code, notes, and snippets.

@Phixyn
Created December 21, 2019 20:01
Show Gist options
  • Save Phixyn/9d1a8205300cbbf53601e129eaba913e to your computer and use it in GitHub Desktop.
Save Phixyn/9d1a8205300cbbf53601e129eaba913e to your computer and use it in GitHub Desktop.
Translation table showing what the emojis in my commit messages mean

Git Commit Message Emoji Meanings

Inspired by countless others... but trying to keep it relatively simple.

Main

Commit type Emoji
New feature πŸ“¦ :package:
Bug fix πŸ› :bug:
Improvement ✨ :sparkles:
Refactor πŸ”¨ :hammer:
Code style/format changes 🎨 :art:
Chore (updating config files, renaming/moving files, etc) πŸ”§ :wrench:
Documentation πŸ“š :books:
Tests βœ… :white_check_mark:

Misc

These are rarely used, but may make an appearance every once in a while.

Commit type Emoji
Initial commit πŸŽ‰ :tada:
Versioning and tagging 🏷️ :label:
Work in progress 🚧 :construction:
Release/shipping stuff πŸš€ :rocket:
General update ⚑ :zap:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment