> For the complete documentation index, see [llms.txt](https://til.kurianbenoy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.kurianbenoy.com/git-github/using-emojis-in-git-commits.md).

# 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:

{% embed url="<https://github.com/ikatyang/emoji-cheat-sheet/blob/master/README.md>" %}

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