Gitmoji Cheatsheet
·
126 words
·
1 minute read
gitmoji: Interactively insert emojis on commits.
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
For more information, check its GitHub repo: https://github.com/carloscuesta/gitmoji-cli .
I hope this post helps you. If you know a person who can benefit from this information, send them a link of this post. If you want to get notified about new posts, follow me on YouTube , Twitter (x) , LinkedIn , and GitHub .