-
Notifications
You must be signed in to change notification settings - Fork 2
Git CZ
Seung-hyun Kim edited this page Nov 20, 2022
·
1 revision
WeView 프로젝트에서는 Git 커밋 컨벤션을 맞추기 위해 Git cz 라이브러리를 사용했습니다.
npm install -g commitizen
npm install -g git-cz
기본 커밋 명령어인 git commit
명령어 대신 git cz
명령어를 사용하여 커밋을 진행할 수 있습니다.
세부적인 컨벤션은 Git 컨벤션 문서를 참고하세요.