Hello @carloscuesta :sunglasses:!
Great project, I use most of them myself, in my personal projects I usually don't leave a single commit without starting the message with a contextual emoji, it makes the log easier to read and to understand. Just wanted to share some that I use that could be helpful:
:racehorse: :cactus: :back: Hey @jonathanwiesel
That's a great issue! Thanks for taking the time to fill this one ๐
Great ideas in there, personally I prefer to use :zap: instead of ๐ for performance, the reverting commits emoji looks good for me and the cactus one it's cool because there are like "two branches", but could be a little bit confusing though.
The revert one is nice, but I think โช (:rewind:) might be prettier and more coherent with existing ones (up-/downgrading dependencies).
As for merging icon, it's not clear at the first glance what the ๐ต (:cactus:) means, so I would rather propose ๐ (:twisted_rightwards_arrows:) - it's not perfect, but it suggests interaction of two branches, it's coherent and for merging upstream branch into downstream one it's actually pretty accurate. Although it's pretty inconvenient to write, it shouldn't be an issue once the CLI tool (https://github.com/carloscuesta/gitmoji-cli) is in place.
Let me know what you think. If these are fine I will gladly submit a PR. ๐
Hey @virzen feel free to submit a pull request for the rewind and merge ones ๐
Took me a while, but here they are: ๐ - https://github.com/carloscuesta/gitmoji/pull/72, โช - https://github.com/carloscuesta/gitmoji/pull/73!
Great @virzen !