Ederbit

Search

Search IconIcon to open search

Day 24: The Elegancy of a Good Commit: A Crucial Skill that most Developers Lack

Last updated Jan 30, 2023

Writing good git commits is a skill that most developers lack.

# Whats a good Commit Look Like?

Every skill needs practise. So Commit small and often.

Use an industry standard to add semantic meaning to your commits.

# The Conventional Commit Format

<type>[optional scope]: <description>

Example: feat(api): secure endpoint for user roles

Read The Standard https://www.conventionalcommits.org/

Or See my personal Summary: Conventional Commits

# Why You should start using Conventional Commits

Know your worth. And Hone your Craft. Daily.

First published on Typeshare