Emoji commits

Today I learned you can use emojis in your git commit log.

I’ve been using:

:pencil: :pencil:

:lipstick: :lipstick:

:ambulance: :ambulance:

I tweaked some bugs and spelling errors and used icons instead of typing out more and loving how it looks already.

Wondering what emojis to use? @dannyfritz suggests that you can use the following set (link)

Commit Type Emoji
Initial Commit :tada: :tada:
Version Tag :bookmark: :bookmark:
New Feature :sparkles: :sparkles:
Bugfix :bug: :bug:
Metadata :card_index: :card_index:
Documentation :books: :books:
Performance :racehorse: :racehorse:
Cosmetic :lipstick: :lipstick:
Tests :rotating_light: :rotating_light:
General Update :zap: :zap:
Deprecation :poop: :poop:
Work In Progress (WIP) :construction: :construction:
Other Be creative

To view the emojis in your terminal, you can install terminal-emojify

Example from terminal-emojify

More links: