Emoji commits
Today I learned you can use emojis in your git commit log.
I’ve been using:
:pencil:
:lipstick:
: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:
|
Version Tag |
![]() :bookmark:
|
New Feature |
![]() :sparkles:
|
Bugfix |
![]() :bug:
|
Metadata |
![]() :card_index:
|
Documentation |
![]() :books:
|
Performance |
![]() :racehorse:
|
Cosmetic |
![]() :lipstick:
|
Tests |
![]() :rotating_light:
|
General Update |
![]() :zap:
|
Deprecation |
![]() :poop:
|
Work In Progress (WIP) |
![]() :construction:
|
Other | Be creative |
To view the emojis in your terminal, you can install terminal-emojify
More links: