Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 658 Bytes

README.md

File metadata and controls

32 lines (28 loc) · 658 Bytes

gitmoji-test

GITMOJI Blog : https://bit.ly/3xE14he

gitmoji 연습용 Repository

Install

$ brew install gitmoji

or

$ npm i -g gitmoji-cli

How to use

$ git add .
$ gitmoji -c
✔ Gitmojis fetched successfully
? Choose a gitmoji: 🙈  - Add or update a .gitignore file.
? Enter the commit title [30/48]: add .gitignore file by gitmoji
? Enter the commit message: add .gitignore file by gitmoji
[main 796b67c] :see_no_evil: add .gitignore file by gitmoji
1 file changed, 1 insertion(+)
create mode 100644 .gitignore