Skip to content

🎨 Emoji prefix guide for git commit messages

Notifications You must be signed in to change notification settings

lambdalisue/emojiprefix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🎨 emojiprefix

Emoji prefix guide for git commit message. This guide try to make small definition by

  1. Use only short and single word emoji
  2. Do not subdivide categories too much

Usage

Create .gitmessage on your git repository root with the following content.



# Guide (v1.0)
#
# πŸ‘  :+1:      Apply changes.
#
# 🌿  :herb:    Add or update things for tests.
# β˜•  :coffee:  Add or update things for developments.
# πŸ“¦  :package: Add or update dependencies.
# πŸ“  :memo:    Add or update documentations.
#
# πŸ›  :bug:     Bugfixes.
# πŸ’‹  :kiss:    Critical hotfixes.
# 🚿  :shower:  Remove features, codes, or files.
#
# πŸš€  :rocket:  Improve performance.
# πŸ’ͺ  :muscle:  Refactor codes.
# πŸ’₯  :boom:    Breaking changes.
# πŸ’©  :poop:    Bad codes needs to be improved.
#
# How to use:
#   git config commit.template .gitmessage
#
# Reference:
#   https://github.com/lambdalisue/emojiprefix

Then install it on the repository by the following command:

git config commit.template .gitmessage

License

These codes are licensed under CC0.

CC0

See also

About

🎨 Emoji prefix guide for git commit messages

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published