목록CS/기타 (1)
yongsa0221의 고물상
Git Commit Convetion - AngularJS
우테코 프리코스 과제를 진행하며 AngularJs 커밋 컨벤션을 따르라는 요구사항이 있었다.https://gist.github.com/stephenparish/9941e89d80e2bc58a153#allowed-type 커밋 메시지의 형식“A commit message consists of a header, a body and a footer, separated by a blank line.”“커밋 메시지는 header, body, footer로 구성되며, 각 요소는 빈 줄로 구분된다”(): // header // 개행 // 개행커밋 메시지는100자를 넘으면 안된다 Any line of the commit message cannot be longer **100 characters**!type 커밋 성..
CS/기타
2024. 10. 21. 14:00