Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- bubblesort
- REST
- a href="#" onclick="return false"
- map형태 jsp와 mapper
- SQL
- BCrypt
- container-fluid
- #{}
- nodejs
- git 명령어
- 포워드 엔지니어링
- $('input [name=
- gradle 설치
- 최대값 최소값
- 자바 로또
- interface default
- 전역객체
- resultType="hashmap"
- MariaDB
- 자바 예상문제
- ${}
- 알고리즘
- nodejs http
- templet
- git
- $(document).on
- git message
- it지원
- cmd mariaDB
- 유효성
Archives
- Today
- Total
목록git message (1)
Rubberduck-Debugging
git log message
좋은 커밋 메시지 작성을 위한 약속제목과 본문을 한 줄 띄워 분리한다제목은 가급적 50자로 제한하며, 최대 69자를 넘지 않는다제목은 명령조로 작성한다제목 끝에 마침표(.)는 찍지 않는다본문은 적당한 위치에서 개행을 한다본문은 어떻게 보다는 무엇 과 왜 를 설명한다 (코드는 보통 따로 설명될 필요가 없다)Tip. 제목은 명령조로 작성한다좋은 제목가독성을 위해 서브시스템 X를 리팩토링한다 (Refactor subsystem X for readability)Getting Started 문서를 갱신한다 (Update getting started documentation)Deprecated된 메소드를 삭제한다 (Remove deprecated methods)버전 1.0.0으로 판올림한다 (Release vers..
개발자
2018. 12. 9. 15:38