Conventional Commits: A specification for adding human and machine readable meaning to commit messages
Conventional Commits: A specification for adding human and machine readable meaning to commit messages
Conventional Commits
Conventional Commits: A specification for adding human and machine readable meaning to commit messages
Conventional Commits
I'll stick with
git commit . -m "stuff"
/sCome on, just
"stuff"
is way too vague...It's either
"fixed stuff"
for a 3k LoC commit where you moved a bunch of stuff around, or"Added stuff"
for a 5k+ LoC commit if you actually added anything newAnd then
for a one character change that adds an additional, and unrequired, semicolon.