Skip to content

Instantly share code, notes, and snippets.

@haratak
haratak / semantic-commit-messages.md
Created September 6, 2021 12:49 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@haratak
haratak / commit_message_example.md
Created March 21, 2021 13:29 — forked from mono0926/commit_message_example.md
[転載] gitにおけるコミットログ/メッセージ例文集100