{ "uuid": [ { "value": "aba40c6c-363c-489a-b1d3-b0ac5a5890bf" } ], "langcode": [ { "value": "en" } ], "type": [ { "target_id": "daily_email", "target_type": "node_type", "target_uuid": "8bde1f2f-eef9-4f2d-ae9c-96921f8193d7" } ], "revision_timestamp": [ { "value": "2025-05-11T08:59:58+00:00" } ], "revision_uid": [ { "target_type": "user", "target_uuid": "b8966985-d4b2-42a7-a319-2e94ccfbb849" } ], "revision_log": [], "status": [ { "value": true } ], "uid": [ { "target_type": "user", "target_uuid": "b8966985-d4b2-42a7-a319-2e94ccfbb849" } ], "title": [ { "value": "Writing good commit messages" } ], "created": [ { "value": "2025-04-04T00:00:00+00:00" } ], "changed": [ { "value": "2025-05-11T08:59:58+00:00" } ], "promote": [ { "value": false } ], "sticky": [ { "value": false } ], "default_langcode": [ { "value": true } ], "revision_translation_affected": [ { "value": true } ], "path": [ { "alias": "\/daily\/2025\/04\/04\/good", "langcode": "en" } ], "body": [ { "value": "\n
There are many good resources and interesting articles online about how to write good messages when committing changes to a Git repository.<\/p>\n\n
The post I often refer to is How to Write a Git Commit Message<\/a> by Chris Beams.<\/p>\n\n In his post, he explains why good commit messages matter and gives these seven rules:<\/p>\n\n I'd recommend reading the article to get the full context.<\/p>\n\n Rules two and six suggest lengths for the subject line and body which is another reason why I rarely use Whilst you can create multi-line commit messages on the command line, by opening it in my preferred editor (Neovim for me), I can see where the lines should end and be warned if I exceed them.<\/p>\n\n I can even include Chris' rules in my commit message template so I see them whenever I'm about to commit something.<\/p>\n\n This additional feedback helps me create my commit messages how I intend.<\/p>\n\n ",
"format": "full_html",
"processed": "\n There are many good resources and interesting articles online about how to write good messages when committing changes to a Git repository.<\/p>\n\n The post I often refer to is How to Write a Git Commit Message<\/a> by Chris Beams.<\/p>\n\n In his post, he explains why good commit messages matter and gives these seven rules:<\/p>\n\n I'd recommend reading the article to get the full context.<\/p>\n\n Rules two and six suggest lengths for the subject line and body which is another reason why I rarely use Whilst you can create multi-line commit messages on the command line, by opening it in my preferred editor (Neovim for me), I can see where the lines should end and be warned if I exceed them.<\/p>\n\n I can even include Chris' rules in my commit message template so I see them whenever I'm about to commit something.<\/p>\n\n This additional feedback helps me create my commit messages how I intend.<\/p>\n\n ",
"summary": null
}
],
"feeds_item": [
{
"imported": "1970-01-01T00:33:45+00:00",
"guid": null,
"hash": "7430242f1d716198aa6fb01f727d1f9a",
"target_type": "feeds_feed",
"target_uuid": "90c85284-7ca8-4074-9178-97ff8384fe76"
}
]
}\n
\n
-m<\/code><\/a> when committing changes.<\/p>\n\n
\n
\n
-m<\/code><\/a> when committing changes.<\/p>\n\n