Skip to content

Instantly share code, notes, and snippets.

View kolynzb's full-sized avatar
🎵
NP: DIGII III (Mr.Tee, Tenorboy, prod.chach… (1:26/2:43)

Atuhaire Collins Benda kolynzb

🎵
NP: DIGII III (Mr.Tee, Tenorboy, prod.chach… (1:26/2:43)
View GitHub Profile
@kolynzb
kolynzb / Conventional-Commit-Messages.md
Last active October 7, 2023 19:11 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Conventional Commit Messages

  • See how a minor change to your commit message style can make you a better problem solver and team player, help in automatic generation of the changelog and simple navigation through git history (eg. ignoring style changes).

Basic: git commit -m <message>

Detailed: git commit -m <title> -m <description>

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