Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.24 KB

File metadata and controls

21 lines (16 loc) · 1.24 KB
description
Get an overview of how we use Git commit messages to communicate within the team. Plus, seven rules to make great messages.

Commit Messages

Git commit messages are a way to communicate change to fellow developers. To communicate change understanding context and why that change is necessary is important. We want all our repositories to have a commit log that is easy to consume and understand.

Please take a look at these seven rules for great git commit messages:

Before starting a new project discuss with the team and agree to a consistent commit message strategy.