vivaxy / gacp

💬Git add, commit, push with Conventional Commits and Gitmoji.
https://github.com/vivaxy/gacp
MIT License
185 stars 16 forks source link

How to turn emoji off? #118

Closed ghostsquad closed 2 years ago

ghostsquad commented 2 years ago

Is there a way to turn emoji off entirely?

vivaxy commented 2 years ago

@ghostsquad Sorry, there is no way to turn off emoji.

itpropro commented 2 years ago

You can just press enter when prompted for the Gitmoji, but I think it's a good practice to have it enabled by default and when you want to skip it, just press enter. For more distributed workflows, you can configure it in the config now afaik.

ghostsquad commented 2 years ago

The question was posed to improve the experience of those who do not wish emoji in their commits, thus would want to turn in completely off, and not be burdened by an extra prompt they would never use.

ghostsquad commented 1 year ago

You can just press enter when prompted for the Gitmoji, but I think it's a good practice to have it enabled by default and when you want to skip it, just press enter. For more distributed workflows, you can configure it in the config now afaik.

You can disable it in .gacprc ? If so, does that mean the "emoji" field supports either a string or a boolean?

vivaxy commented 1 year ago

You can just press enter when prompted for the Gitmoji, but I think it's a good practice to have it enabled by default and when you want to skip it, just press enter. For more distributed workflows, you can configure it in the config now afaik.

You can disable it in .gacprc ? If so, does that mean the "emoji" field supports either a string or a boolean?

"emoji" field can be "emoji" for "😀", "code" for ": grinning:" or "none" for no emoji.