-
Hello @carloscuesta!
After updating to the latest version, the git commit hook fails.
Reproduce:
```sh
npm i -g gitmoji-cli@3.2.14
touch abc && git add abc
git commit
```
Downgrading to …
-
Hello @carloscuesta!
Issue:
I just updated gitmoji, no command works.
Neither `-c` or` --commit`, or the others.
**OS**: Archlinux
**gitmoji -v**: v4.6.0
**Node version**: v16.8.0
…
-
Hello @carloscuesta!
hi! Thank you for this cool and useful program. I installed the latest 3.0.1 and noticed that the previous behavior of pressing ctrl-c to skip the gitmoji prompt has stopped wo…
-
Hello @carloscuesta!
This issue only happens when I initialize gitmoji as a commit hook. When I try to pick a gitmoji or type a commit message the output is repeated on the console. See the scree…
-
In some case such as Gitlab, gitmoji code (ex: `:sparkles:`) are not well supported.
It would be very nice to be able to enforce the gitmoji encoding (code or emoji).
-
Hello @carloscuesta!
Issue:
When trying to update to gitmoji 4.1.0, the update fails. It seems it's a naming issue.
**OS**: BigSur
**gitmoji -v**: 4.0.0
**Node version**: 11.2.11
**Error…
-
Hello @carloscuesta!
https://github.com/carloscuesta/gitmoji-cli/blob/master/src/gitmoji.js#L99
I'm loving this tool though one thing is really bothering me, it's the fact that when I want to co…
-
Hello @carloscuesta! (nice issue template by the way, i might just steal it)
I can't seem to setup the gitmoji hook using `gitmoji-cli`.
Issue:
- create a new git repo
- `cd` into the thing
…
-
Hello @carloscuesta!
Issue:
whenever I `git commit` I get this error message: `A commit message is already set, cancelling gitmoji`
I was using Gitmoji through the git commit hook, setup with g…
-
hello @carloscuesta!
So I freshly installed gitmoji, I wanted to use `gitmoji -c` but because of a signing issue a gave up and ended up using the hook on `git commit`.
But, when I did a commit I…