# 더 나은 커밋 메시지를 작성하기 위한 Git 커밋 메시지 템플릿

> Clean Markdown view of GeekNews topic #5745. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=5745](https://news.hada.io/topic?id=5745)
- GeekNews Markdown: [https://news.hada.io/topic/5745.md](https://news.hada.io/topic/5745.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-01-14T11:20:53+09:00
- Updated: 2022-01-14T11:20:53+09:00
- Original source: [gist.github.com](https://gist.github.com/lisawolderiksen/a7b99d94c92c6671181611be1641c733)
- Points: 18
- Comments: 3

## Topic Body

_No topic body._

## Comments



### Comment 8404

- Author: xguru
- Created: 2022-01-14T11:21:17+09:00
- Points: 2

커밋 메시지를 어떻게 남겨야 하는가에 대해서는 다양한 의견이 있으니 참고해 보세요.

커밋 템플릿을 이용하는 방법을 적용해 두고, 자신에 맞는 템플릿을 찾아가는게 중요할 것 같습니다.

- 컨벤셔널 커밋 - 커밋 작성하기에 대한 스팩 (한국어지원) https://news.hada.io/topic?id=1431

- 좋은 git commit 메시지를 위한 영어 사전 https://news.hada.io/topic?id=316

- 복잡한 커밋 로그를 정리해줄 구원자, gitmoji https://news.hada.io/topic?id=3177

- 좋은 git 커밋 메시지를 작성하기 위한 7가지 약속 https://meetup.toast.com/posts/106

- git commit --verbose 를 이용해서 diff 내용까지 커밋 메시지에 추가하기 https://tekin.co.uk/2020/03/git-commit-verbose-mode

### Comment 8414

- Author: edunga1
- Created: 2022-01-15T18:39:04+09:00
- Points: 1
- Parent comment: 8404
- Depth: 1

- 구글의 Code Review 가이드(리뷰어편, 작성자편) https://news.hada.io/topic?id=478

- 다른 분이 번역해주신 버전 https://madplay.github.io/post/google-code-review-guide

작업 내용이 길면 PR의 diff에서 댓글로 설명하고 있는데, --verbose를 써봐야 겠네요!

저는 커밋 메시지에 작업 내용을 잘 요약하려고 하는데, 피드백 받기 힘든 부분이라 개선하는 프로세스가 없는듯 합니다 :|

### Comment 8406

- Author: honglu
- Created: 2022-01-14T14:42:46+09:00
- Points: 1
- Parent comment: 8404
- Depth: 1

좋은 내용 고맙읍니당.
