<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Developer Workflow on cloudmato.com</title><link>https://cloudmato.com/tags/developer-workflow/</link><description>Recent content in Developer Workflow on cloudmato.com</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>cloudmato.com</managingEditor><webMaster>cloudmato.com</webMaster><lastBuildDate>Sun, 07 Jun 2026 16:30:26 +0530</lastBuildDate><atom:link href="https://cloudmato.com/tags/developer-workflow/index.xml" rel="self" type="application/rss+xml"/><item><title>How to Write the Best Git Commit Message</title><link>https://cloudmato.com/posts/how-to-write-the-best-git-commit-message/</link><pubDate>Sun, 07 Jun 2026 16:30:26 +0530</pubDate><author>cloudmato.com</author><guid>https://cloudmato.com/posts/how-to-write-the-best-git-commit-message/</guid><description>&lt;p&gt;Run &lt;code&gt;git log&lt;/code&gt; on any project that&amp;rsquo;s more than a year old and you&amp;rsquo;ll find the truth about a team. Half the messages say &amp;ldquo;fix&amp;rdquo;, &amp;ldquo;update&amp;rdquo;, &amp;ldquo;wip&amp;rdquo;, &amp;ldquo;asdf&amp;rdquo;, or my personal favourite — &amp;ldquo;stuff&amp;rdquo;. And then one day production breaks, you run &lt;code&gt;git blame&lt;/code&gt; on the offending line, and the commit that introduced it just says &amp;ldquo;minor changes&amp;rdquo;. Cool. Very helpful. Thanks, past me.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve been writing code for over a decade and I&amp;rsquo;ll be honest: for the first few years my commit messages were garbage. It wasn&amp;rsquo;t until I had to debug someone else&amp;rsquo;s six-month-old code (and then realised the someone else was me) that the penny dropped. A diff tells you &lt;em&gt;what&lt;/em&gt; changed. Only the commit message can tell you &lt;em&gt;why&lt;/em&gt;. That&amp;rsquo;s the whole game.&lt;/p&gt;</description></item></channel></rss>