⚙️ Better Commit"Better Commit" is a powerful Visual Studio Code extension that enforces standardized commit messages, ensuring convention and consistency across Git repositories. By utilizing predefined commit templates, it streamlines the commit process, promoting a unified style within development teams. Improve collaboration and project clarity with this efficient tool, creating clean, informative, and consistent commit histories effortlessly. Commit Message FormatEach commit message embodies a: 1. category (feat, fix, docs, ...). 2. summary - provide a succinct description of the change. TemplateStructure of the commit message:
Summary FormatThe summary consists of a concise description of the changes made:
Quick Start
|