1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

gitmoji: add page (#5227)

This commit is contained in:
bl-ue 2021-02-05 09:00:18 -05:00 committed by GitHub
parent e2534421ba
commit 952b90fa0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

32
pages/common/gitmoji.md Normal file
View file

@ -0,0 +1,32 @@
# 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`