티스토리 뷰
[참고]
[Tips] Gitmoji를 커밋 컨벤션으로 사용하기
저희 소프트웨어 마에스트로 13기 몬스테라 팀은 Gitmoji를 commit 컨벤션으로 사용하기로 정했습니다.Commit 메세지를 보면 참 귀여운 것을 알 수 있죠.그런데, 저희는 왜 gitmoji를 사용하기로 했을까
velog.io
GitHub - carloscuesta/gitmoji: An emoji guide for your commit messages. 😜
An emoji guide for your commit messages. 😜 . Contribute to carloscuesta/gitmoji development by creating an account on GitHub.
github.com
GitHub - carloscuesta/gitmoji-cli: A gitmoji interactive command line tool for using emojis on commits. 💻
A gitmoji interactive command line tool for using emojis on commits. 💻 - GitHub - carloscuesta/gitmoji-cli: A gitmoji interactive command line tool for using emojis on commits. 💻
github.com
[GIT] ⚡️ Gitmoji 사용법 정리 (+ 깃모지 툴 소개)
Gitmoji 란? gitmoji란 git + emoji를 합쳐서 부르는 말로 emoji를 이용하여 commit message를 작성하는 tool이라고 보면 될 듯하다. 지금까지 그냥 글로만 커밋 메세지를 써왔겠지만, 메세지에 이모지(이모티
inpa.tistory.com
1. brew 로 설치하기
$ brew install gitmoji
2. gitmoji로 commit 하기
$ git add .
$ gitmoji -c
[추가]
Error: Seems that you're trying to commit with the cli but you have the hook created.
If you want to use the `gitmoji -c` command you have to remove the hook with the command `gitmoji -r`.
The hook must be used only when you want to commit with the instruction `git commit`
만일 위와 같은 에러메시지를 가졌다면, gitmoji -r 명령어를 사용해봅니다.
gitmoji -r은 이전에 초기화된 커밋 훅을 제거하는 명령어입니다.
$ gitmoji -r
'Backend > 꾸준히 TIL' 카테고리의 다른 글
IT관련 "개발용어"에 익숙해지자 3편 - library 와 framework (0) | 2022.09.15 |
---|---|
[OS] 1장 운영체제 개요 (0) | 2022.09.14 |
[mongodb] MongoDB와 NoSQL 정의 소개 및 MongoDB Shell로 데이터를 insert 하기 (2) | 2022.09.13 |
[CI/CD] Error: listen EADDRINUSE: address already in use :::5000 (0) | 2022.09.05 |
[CI/CD] Error: Missing required flag: -a, --app App app to run command against See more help with --help 에러 (0) | 2022.09.05 |
- Total
- Today
- Yesterday
- 바이트디그리
- IT용어
- MySQL
- TDD
- 한달독서
- vscode
- typeORM
- jest
- 나도 할 수 있다
- RDBMS
- nestjs
- 클린아키텍쳐
- git
- 스마트폰중독
- OS
- 미완
- 디지털디톡스
- Nest.js
- MongoDB
- Mongoose
- 갓생살자
- 개발용어
- nestjs jest
- node.js
- TypeScript
- Jekyll
- 습관개선
- 참고
- 한달어스
- gem
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |