Closed ghostsquad closed 2 years ago
@ghostsquad Sorry, there is no way to turn off emoji.
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.
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.
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?
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.
Is there a way to turn emoji off entirely?