Skip to content

Latest commit

 

History

History
65 lines (55 loc) · 4.02 KB

File metadata and controls

65 lines (55 loc) · 4.02 KB

Use Emoji on GitHub

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
7491b3fRevert to previous revision 7491b3fREVERT: 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
c7c7e44Add new model -- barchart c7c7e44NEW: Add new model -- barchart
88f812dAdd new model -- audit 88f812dNEW: Add new model -- audit
0d73457Add a new mlhub model -- rain 0d73457NEW: Add a new mlhub model -- rain
8a41118 🎉 Initial commit 8a41118 🎉 Initial commit

Postscript

  • emojify is an interesting tool can be used to make GitHub Emoji markups display on git log command line output.