Mastering Git: How to Write Effective Conventional Commit Messages
Commit Message Formats
<type>(<optional scope>): <description>
empty separator line
<optional body>
empty separator line
<optional footer>
Inital Commit
chore: init
Types
API relevant changes
feat Commits, that adds or remove a new feature
fix C...
blog.ahmadullah.in3 min read