GitHub 관리 : commit message rule, Udacity

2021. 3. 27. 00:34생각해볼 내용

GitHub를 관리할 때, commit message 작성 시의 가이드가 있다.

 

그 중 udacity 가이드를 정리해보자 한다.

 

feat: 새로운 기능을 추가할 경우
fix: 버그를 고친 경우
docs: 문서 수정한 경우
style: 코드 포맷 변경, 세미 콜론 누락, 코드 수정이 없는 경우
refactor: 프로덕션 코드 리팩터링
test: 테스트 추가, 테스트 리팩터링 (프로덕션 코드 변경 없음)
chore: 빌드 테스크 업데이트, 패키지 매니저 설정할 경우 (프로덕션 코드 변경 없음)

 

까먹을까봐 글을 남긴다.

 

출처 : (udacity.github.io/git-styleguide/)

 

Udacity Nanodegree Style Guide

Introduction This style guide acts as the official guide to follow in your projects. Udacity evaluators will use this guide to grade your projects. There are many opinions on the "ideal" style in the world of development. Therefore, in order to reduce the

udacity.github.io

sujinlee.me/professional-github/

 

깃허브(GitHub)로 취업하기

깃허브 프로필 링크 하나로 취업이 된다던데? 그렇다. 정말 깃허브 한 줄이면 된다. 하지만 지금 당신의 깃허브는 안녕한가? '소프트웨어 엔지니어'로서 전문성있는 깃허브 관리 방법에 대해 알

sujinlee.me