Skip to content

Instantly share code, notes, and snippets.

View LJArendse's full-sized avatar

L.J. LJArendse

  • Johannesburg, South Africa
  • 15:02 (UTC +02:00)
  • LinkedIn in/ljarendse
View GitHub Profile
@LJArendse
LJArendse / git-commit-template.md
Created April 20, 2023 12:11 — forked from lisawolderiksen/git-commit-template.md
Use a Git commit message template to write better commit messages

Using Git Commit Message Templates to Write Better Commit Messages

The always enthusiastic and knowledgeable mr. @jasaltvik shared with our team an article on writing (good) Git commit messages: How to Write a Git Commit Message. This excellent article explains why good Git commit messages are important, and explains what constitutes a good commit message. I wholeheartedly agree with what @cbeams writes in his article. (Have you read it yet? If not, go read it now. I'll wait.) It's sensible stuff. So I decided to start following the