Notes when using emoji landscaping commit git

description

Execute git commit when in operation, add the emoji landscaping submit comments.

 

content

Normal use git commit command:

the commit -m git " notes text "

Use emoji operation:

git commit -m ":bug: fix a bug writtten"

The effect is something like this:

 

 

: bug: This is the emoji corresponding expression.

emoji There are many similar expressions, refer to the corresponding website  https://gitmoji.carloscuesta.me/

 

Written in the last

We not only can git commit when, in README.md (Markdown support), the git wiki which can be used directly Emoji .

 

Guess you like

Origin www.cnblogs.com/jayafsmw/p/11570613.html