Skip to content

Instantly share code, notes, and snippets.

View obaixii's full-sized avatar
🐢
Slow and Steady wins the race

Obaid Awan obaixii

🐢
Slow and Steady wins the race
View GitHub Profile
@obaixii
obaixii / semantic-commit-messages.md
Last active February 16, 2024 18:22 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

By following Git commit messages Standard, See how a minor change to your commit message style, can make you a better programmer.

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

<scope> is optional

Example