From 952b90fa0d3e7c4ef4137c846d799917ef1c35a7 Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Fri, 5 Feb 2021 09:00:18 -0500 Subject: [PATCH] gitmoji: add page (#5227) --- pages/common/gitmoji.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/common/gitmoji.md diff --git a/pages/common/gitmoji.md b/pages/common/gitmoji.md new file mode 100644 index 0000000000..1050fc46f4 --- /dev/null +++ b/pages/common/gitmoji.md @@ -0,0 +1,32 @@ +# gitmoji + +> An interactive command line tool for using emojis on commits. +> More information: . + +- 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`