snippetbashTip
gitmoji — Interactively insert emojis on commits. More information: <https://github.com/carloscuesta/gitmoji-c
Viewed 0 times
insertcommandinteractivelyclicommitsemojismoregitmoji
Problem
How to use the
gitmoji command: Interactively insert emojis on commits. More information: <https://github.com/carloscuesta/gitmoji-cli>.Solution
gitmoji — Interactively insert emojis on commits. More information: <https://github.com/carloscuesta/gitmoji-cli>.Start the commit wizard:
gitmoji --commitInitialize the Git hook (so
gitmoji will be run every time git commit is run):gitmoji --initRemove the Git hook:
gitmoji --removeList all available emojis and their descriptions:
gitmoji --listSearch emoji list for a list of keywords:
gitmoji --search {{keyword1}} {{keyword2}}Update cached list of emojis from main repository:
gitmoji --updateConfigure global preferences:
gitmoji --configCode Snippets
Start the commit wizard
gitmoji --commitInitialize the Git hook (so `gitmoji` will be run every time `git commit` is run)
gitmoji --initRemove the Git hook
gitmoji --removeList all available emojis and their descriptions
gitmoji --listSearch emoji list for a list of keywords
gitmoji --search {{keyword1}} {{keyword2}}Context
tldr-pages: common/gitmoji
Revisions (0)
No revisions yet.