diff --git a/README.md b/README.md
index df62596..fd86344 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
Developer Docs : Git Convention
- commit message convention
- 메시지 첫글자는 대문자로 하기!!
+ commit tag convention
+ 태그 첫글자는 대문자로 하기!!
✨ Feat: 새로운 기능을 추가 [:sparkles]
🐛 Fix: 버그 수정 [:bug]
🗃️ Comment: 필요한 주석 추가 및 변경 [:card_file_box]
@@ -35,12 +35,10 @@
# 작업 완료 후
git add .
gitmoji -c
- {이모지}
- {접두사}:
- {작업 내용}" (깃 컨벤션에 따름)
- {#이슈번호}
+ choose a gitmoji -> {이모지}
+ enter the commit title -> {커밋 태그}: [#이슈번호] {작업 내용}
git push origin 브랜치명
- feature/{이슈번호} → dev 로 Pull Request 생성
+ {커밋 태그}/{#이슈번호} → dev 로 Pull Request 생성
코드 리뷰 후 피드백 적용
본인이 PR 머지
git branch -d 브랜치명
@@ -50,14 +48,14 @@
- Download Gitmoji
>
- check version
+ Download Gitmoji
+ 1. check version
node -v
npm -v
- download gitmoji cli and check version
+ 2. download gitmoji cli and check version
npm install -g gitmoji-cli
gitmoji -v
- initiate gitmoji
+ 3. initiate gitmoji
gitmoji -i
gitmoji list
gitmoji -l