LinuxCommandLibrary

gitmoji

TLDR

Interactive commit

$ gitmoji -c
copy
List available emojis
$ gitmoji -l
copy
Search emoji
$ gitmoji -s [bug]
copy
Initialize repo
$ gitmoji -i
copy
Configure gitmoji
$ gitmoji -g
copy

SYNOPSIS

gitmoji [options]

DESCRIPTION

gitmoji adds emoji to commit messages following a standardized convention. Each emoji represents a commit type (bug fix, feature, docs, etc.), making history more visual.
The interactive mode guides through emoji selection and message composition. It can be installed as a hook for automatic emoji prompts.
gitmoji provides emoji-enhanced commit conventions.

PARAMETERS

-c, --commit

Interactive commit with emoji.
-l, --list
List all gitmojis.
-s TEXT, --search TEXT
Search for emoji.
-i, --init
Initialize gitmoji hooks.
-g, --config
Configure settings.
--help
Display help information.

CAVEATS

Node.js tool. Team must agree on convention. Some tools may not render emojis.

HISTORY

gitmoji was created by Carlos Cuesta to standardize emoji use in commit messages, making repository history more expressive.

SEE ALSO

Copied to clipboard