We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec5054 commit b69eb24Copy full SHA for b69eb24
README.md
@@ -1,15 +1,17 @@
1
-# commit-message-emoji
+# Commit-message-emoji
2
3
This is my commit message emoji structure, I have consulted on websites online and edited it to my liking, if you like you can give me a star.
4
5
-# How to usage
+## How to usage
6
```
7
git commit -m':tada: Begin a project'
8
9
```:tada: | is the emoji code```
10
11
```Begin a project | is a commit```
12
13
+## My emoji list
14
+
15
<div align="center">
16
17
| Commit type | Emoji |
@@ -59,3 +61,8 @@ git commit -m':tada: Begin a project'
59
61
</div>
60
62
63
64
+## See more
65
66
+[Other sources](https://gitmoji.dev/)
67
68
+[emoji code](https://www.webfx.com/tools/emoji-cheat-sheet/)
0 commit comments