1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 12:42:07 +02:00
tldr/pages/common/gitmoji.md
bl-ue 8ebd171d6f
*: fix typos reported by Hunspell (#5848)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
2021-05-20 16:13:41 -04:00

32 lines
627 B
Markdown

# gitmoji
> An interactive command-line tool for using 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`