Skip to main content
  1. Learn center
  2. Software Development
  3. Guides
  4. Git tutorial
  5. Git 기초
  6. 변경 사항 기록
  7. Git commit 메시지
GuidesSoftware DevelopmentBacklog
Git

Project and code management together.

Git commit 메시지

변경 사항을 커밋할 때 commit message 를 입력해야 합니다. 커밋 메시지는 변경 사항을 간결하고 정확하게 설명해야 합니다.

메시지를 일관되고 이해하기 쉽게 만들려면 다음 Git commit message 템플릿을 사용해 보세요.

  • 라인 1: 커밋으로 변경된 내용 요약
  • 라인 2: 빈 줄
  • 라인 3: 변경 이유

Subscribe to our newsletter

Learn with Nulab to bring your best ideas to life