Shiny new commit styles
We just rolled out some redesigned commit blocks all over the site. They look a bit like this: There’s all kinds of nice additions — notably, we’ll show you the…
We just rolled out some redesigned commit blocks all over the site. They look a bit like this:
There’s all kinds of nice additions — notably, we’ll show you the full commit message anywhere a commit is displayed (with the +… button).
But the biggest change you’ll see is that we’ve started embracing the model for Git commit messages — a one line summary followed by an optional description. Tim Pope wrote about proper git commit messages a long while ago.
The gist of a great commit message is this:
Capitalized, short (50 chars or less) summary
More detailed explanatory text, if necessary. Wrap it to about 72
characters or so. In some contexts, the first line is treated as the
subject of an email and the rest of the text as the body. The blank
line separating the summary from the body is critical (unless you omit
the body entirely); tools like rebase can get confused if you run the
two together.
Write your commit message in the present tense: "Fix bug" and not "Fixed
bug." This convention matches up with commit messages generated by
commands like git merge and git revert.
Further paragraphs come after blank lines.
- Bullet points are okay, too
- Typically a hyphen or asterisk is used for the bullet, preceded by a
single space, with blank lines in between, but conventions vary here
- Use a hanging indent
If you follow these rules, your commit messages are going to look great on GitHub. And if not, we’ll try our best to make them look good anyway.
Of course, if you’re using GitHub for Mac, we do all of this for you. Just type in the fields and we’ll create a properly formatted message for you.
Hope you guys enjoy!
Written by
Related posts
Announcing GitHub Secure Open Source Fund: Help secure the open source ecosystem for everyone
Applications for the new GitHub Secure Open Source Fund are now open! Applications will be reviewed on a rolling basis until they close on January 7 at 11:59 pm PT. Programming and funding will begin in early 2025.
Software is a team sport: Building the future of software development together
Microsoft and GitHub are committed to empowering developers around the world to innovate, collaborate, and create solutions that’ll shape the next generation of technology.
Does GitHub Copilot improve code quality? Here’s what the data says
Findings in our latest study show that the quality of code written with GitHub Copilot is significantly more functional, readable, reliable, maintainable, and concise.