Skip to content

Instantly share code, notes, and snippets.

View MFiederlein's full-sized avatar

Matt Fiederlein MFiederlein

View GitHub Profile
@MFiederlein
MFiederlein / semantic-commit-messages.md
Created September 14, 2020 14: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

@MFiederlein
MFiederlein / semantic-commit-messages.md
Created September 14, 2020 14: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