Emoji is supported on GitHub. You can see a complete list of Markdown Emoji on GitHub.
Following a set of pre-defined rules of using Emoji in Git commit messages, such as gitmoji, can make git log reviewing more easier.
| Plain Git commits | Git commits with tags |
|---|---|
d9266e2 Release 0.4 |
d9266e2 RELEASE: Release 0.4 |
1836bb6 Resolve network problem |
1836bb6 BUG: Resolve network problem |
2694da9 Fix display error |
2694da9 BUG: Fix display error |
bb11508 Working in fixing a bug |
bb11508 INPROGRESS: Working in fixing a bug |
7491b3f Revert to previous revision |
7491b3f REVERT: Revert to previous revision |
7116bb3 Fix typos in rain |
7116bb3 TYPO: Fix typos in rain |
942124d Release 0.3 |
942124d RELEASE: Release 0.3 |
26803ad Add documentation of audit |
26803ad DOC: Add documentation of audit |
db1d2ca Update documentation of rain |
db1d2ca DOC: Update documentation of rain |
13333ce Fix a bug of rain |
13333ce BUG: Fix a bug of rain |
db1996b Refactor the code of rain |
db1996b REFACTOR: Refactor the code of rain |
cdc78f0 Release 0.2 |
cdc78f0 RELEASE: Release 0.2 |
076d0bb Improve the display command |
076d0bb IMPROVE: Improve the display command |
fcf5d9a Improve the code of rain |
fcf5d9a IMPROVE: Improve the code of rain |
128e8b2 Make audit demo better |
128e8b2 IMPROVE: Make audit demo better |
f423b87 Release 0.1 |
f423b87 RELEASE: Release 0.1 |
c7c7e44 Add new model -- barchart |
c7c7e44 NEW: Add new model -- barchart |
88f812d Add new model -- audit |
88f812d NEW: Add new model -- audit |
0d73457 Add a new mlhub model -- rain |
0d73457 NEW: Add a new mlhub model -- rain |
8a41118 Initial commit |
8a41118 Initial commit |
| Git commits with Emoji | Git commits with Emoji and tags |
|---|---|
d9266e2 π Release 0.4 |
d9266e2 π RELEASE: Release 0.4 |
1836bb6 π Resolve network problem |
1836bb6 π BUG: Resolve network problem |
2694da9 π Fix display error |
2694da9 π BUG: Fix display error |
bb11508 π§ Working in fixing a bug |
bb11508 π§ INPROGRESS: Working in fixing a bug |
7491b3f βͺ Revert to previous revision |
7491b3f βͺ REVERT: Revert to previous revision |
7116bb3 βοΈ Fix typos in rain |
7116bb3 βοΈ TYPO: Fix typos in rain |
942124d π Release 0.3 |
942124d π RELEASE: Release 0.3 |
26803ad π Add documentation of audit |
26803ad π DOC: Add documentation of audit |
db1d2ca π Update documentation of rain |
db1d2ca π DOC: Update documentation of rain |
13333ce π Fix a bug of rain |
13333ce π BUG: Fix a bug of rain |
db1996b β»οΈ Refactor the code of rain |
db1996b β»οΈ REFACTOR: Refactor the code of rain |
cdc78f0 π Release 0.2 |
cdc78f0 π RELEASE: Release 0.2 |
076d0bb π¨ Improve the display command |
076d0bb π¨ IMPROVE: Improve the display command |
fcf5d9a π¨ Improve the code of rain |
fcf5d9a π¨ IMPROVE: Improve the code of rain |
128e8b2 π¨ Make audit demo better |
128e8b2 π¨ IMPROVE: Make audit demo better |
f423b87 π Release 0.1 |
f423b87 π RELEASE: Release 0.1 |
c7c7e44 β¨ Add new model -- barchart |
c7c7e44 β¨ NEW: Add new model -- barchart |
88f812d β¨ Add new model -- audit |
88f812d β¨ NEW: Add new model -- audit |
0d73457 β¨ Add a new mlhub model -- rain |
0d73457 β¨ NEW: Add a new mlhub model -- rain |
8a41118 π Initial commit |
8a41118 π Initial commit |
- emojify is an interesting tool
can be used to make GitHub Emoji markups display on
git logcommand line output.