Git Commit Message
1. Use the Proper Commit Message Structure
bashCopyEdit<type>: <short summary>
<body (optional)>
<footer (optional)>
โ
Example:
pgsqlCopyEditfeat: add login button to homepage
๐น 2. Stick to Common Commit Types (from Conventional Commits)
Typ...
appropriate-git-commit.hashnode.dev2 min read