Using emojis in git commits

To use emojis in git commit, you can simply run

git commit -m "My latest fix :sparkles: "

Complete emoji list can be checked out here:

https://gist.github.com/rxaviers/7360908

Last updated