1. Commit 규칙

1) gitmoji

npm i -g gitmoji-cli

또는

VSCODE extension(추천)
git add .
gitmoji -c
choose a gitmoji: (이모지 고르기)
Enter the commit title: (커밋 제목입력)
Enter the commit message: (메시지입력)
git push origin feat#...

+) git cz라는 npm 패키지를 사용하면 커밋 컨벤션을 반 강제로 통일

https://www.npmjs.com/package/git-cz

https://gitmoji.dev/

Gitmoji의 이모지설명

Gitmoji의 이모지설명 (1)

2) branch

스크린샷 2022-07-13 오전 9.58.34.png