Git commit emoji [gitmoji]

2018-04-24  本文已影响0人  yilinUnique

I often see emojis appear in others' commit messages, and my friend told me that we also can add it when we commit.

Today, I make a test and search the function of gitmoji.

Gitmoji is an emoji guide for GitHub commit messages. Aims to be a standarization cheatsheet - guide for using emojis on GitHub's commit messages.

Using emojis on commit messages provides an easy way of identifying the purpose or intention of a commit with only looking at the emojis used.

And the form like the following command: :emoji1: :emoji2: subject

$ git commit -m ":tada: my test"

Come back to my project, I find that it has realized the result. So cute~


These emojis represent different meanings: => Guide of it
=> More
Chinese Graphic:

上一篇下一篇

猜你喜欢

热点阅读