From 66da71c5cb20e59f1aa90bac88f872dff338fd81 Mon Sep 17 00:00:00 2001 From: sm4640 Date: Mon, 24 Mar 2025 22:54:48 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Docs:=20[#=EC=9D=B4=EC=8A=88?= =?UTF-8?q?=EB=B2=88=ED=98=B8=EC=97=86=EC=9D=8C]=20readme=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) 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