Git & DevOps tools
// Git & DevOps

Conventional Commit

> Compose Conventional Commits with type, scope, body, footers, and breaking changes.

commit.cfg
message.out
feat(api): add user authentication

> git commit -m "..." — or paste multi-line via HEREDOC