mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 03:49:04 +00:00
Update cheatsheets
This commit is contained in:
37
gitmoji
Normal file
37
gitmoji
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user