Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Study] Git Commit Convention #40

Open
kkho9654 opened this issue Apr 7, 2024 · 2 comments
Open

[Study] Git Commit Convention #40

kkho9654 opened this issue Apr 7, 2024 · 2 comments
Labels

Comments

@kkho9654
Copy link
Contributor

kkho9654 commented Apr 7, 2024

깃 커밋 컨벤션 정하자! 딱히 뭐가 더 좋은건지는 몰라서 대충 블로그에서 긁어온 건데 더 좋은 의견 있으면 남겨주라

Reference

Tag Name Description
Feat 새로운 기능을 추가
Fix 버그 수정
Design CSS 등 사용자 UI 디자인 변경
!BREAKING CHANGE 커다란 API 변경의 경우
!HOTFIX 급하게 치명적인 버그를 고쳐야하는 경우
Style 코드 포맷 변경, 세미 콜론 누락, 코드 수정이 없는 경우
Refactor 프로덕션 코드 리팩토링
Comment 필요한 주석 추가 및 변경
Docs 문서 수정
Test 테스트 코드, 리펙토링 테스트 코드 추가, Production Code(실제로 사용하는 코드) 변경 없음
Chore 빌드 업무 수정, 패키지 매니저 수정, 패키지 관리자 구성 등 업데이트, Production Code 변경 없음
Rename 파일 혹은 폴더명을 수정하거나 옮기는 작업만인 경우
Remove 파일을 삭제하는 작업만 수행한 경우
@chanmin97
Copy link
Contributor

태그네임 : 내용 이런식으로 한줄씩 하면 되는건가?? 아니면
블로그 안에는 바디 풋터가 엄청 길게 써져있네 이거 커밋 할때마다 설명 주루룩 쓰라는건가

@wintiger98
Copy link
Contributor

그리고 맨 앞에 깃모지 쓰는거 어때? 그게 제일 좀 직관적이라서
https://velog.io/@y00913/%EA%B9%83%EB%AA%A8%EC%A7%80-%EC%9D%B4%EB%AA%A8%ED%8B%B0%EC%BD%98-%EC%A2%85%EB%A5%98
아마 인텔리제이도 플러그인 깔면 이런거 복사 안하고 바로 넣을 수 있는 기능 있을거야

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

3 participants