Git
- Home /
- Categories /
- Git
Conventional commits
What are Conventional commits Conventional Commits is a convention for writing commit messages that provides structure and consistency to a project’s version control history. It’s based on the idea of defining a standard format for commit messages that makes it easier for developers to understand the changes made to a codebase over time.
Read More