1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 13:22:06 +02:00
tldr/pages/common/gitmoji.md
Vitor Henrique c8f956319f
pages*: simplify page description (#12149)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-02-14 21:25:13 +01:00

32 lines
605 B
Markdown

# gitmoji
> Interactively insert emojis on commits.
> More information: <https://github.com/carloscuesta/gitmoji-cli>.
- Start the commit wizard:
`gitmoji --commit`
- Initialize the Git hook (so `gitmoji` will be run every time `git commit` is run):
`gitmoji --init`
- Remove the Git hook:
`gitmoji --remove`
- List all available emojis and their descriptions:
`gitmoji --list`
- Search emoji list for a list of keywords:
`gitmoji --search {{keyword1}} {{keyword2}}`
- Update cached list of emojis from main repository:
`gitmoji --update`
- Configure global preferences:
`gitmoji --config`