📝 Docs: [#이슈번호없음] readme 수정
This commit is contained in:
20
README.md
20
README.md
@@ -2,8 +2,8 @@
|
||||
|
||||
<details>
|
||||
<summary>Developer Docs : Git Convention</summary>
|
||||
<h3>commit message convention</h3>
|
||||
<li>메시지 첫글자는 대문자로 하기!!</li>
|
||||
<h3>commit tag convention</h3>
|
||||
<li>태그 첫글자는 대문자로 하기!!</li>
|
||||
<li>✨ Feat: 새로운 기능을 추가 [:sparkles]</li>
|
||||
<li>🐛 Fix: 버그 수정 [:bug]</li>
|
||||
<li>🗃️ Comment: 필요한 주석 추가 및 변경 [:card_file_box]</li>
|
||||
@@ -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 @@
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Download Gitmoji</summary>>
|
||||
<h3>check version</h3>
|
||||
<summary>Download Gitmoji</summary>
|
||||
<h3>1. check version</h3>
|
||||
<li>node -v</li>
|
||||
<li>npm -v</li>
|
||||
<h3>download gitmoji cli and check version</h3>
|
||||
<h3>2. download gitmoji cli and check version</h3>
|
||||
<li>npm install -g gitmoji-cli</li>
|
||||
<li>gitmoji -v</li>
|
||||
<h3>initiate gitmoji</h3>
|
||||
<h3>3. initiate gitmoji</h3>
|
||||
<li>gitmoji -i</li>
|
||||
<h3>gitmoji list</h3>
|
||||
<li>gitmoji -l</li>
|
||||
|
||||
Reference in New Issue
Block a user