carloscuesta / gitmoji

An emoji guide for your commit messages. 😜
https://gitmoji.dev
MIT License
15.61k stars 799 forks source link

Support for multiple gitmoji's #1030

Closed Rafzahn closed 2 years ago

Rafzahn commented 2 years ago

Hello,

do you guys see a chance to implement usage of multiple gitmojis?

Sometimes one is not enough for a commit. For example: ❇️ 💩 -> For new features that are completely crap :)

carloscuesta commented 2 years ago

Hey!

I think this was already suggested, but the idea is to do atomic commits as much as possible.

If you find the need to use more than one emoji it means that you'll need to split the change into different commits.