LinuxCommandLibrary

gitmoji

Interactive emoji guide for commit messages

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 commit history more visual and scannable.
The interactive mode guides through emoji selection and message composition. It can be installed as a Git hook for automatic emoji prompts on every commit.

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard