<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Git on cloudmato.com</title><link>https://cloudmato.com/tags/git/</link><description>Recent content in Git 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/git/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><item><title>Git: Why It Won, and What It Gets Wrong</title><link>https://cloudmato.com/posts/git-why-it-won-and-what-it-gets-wrong/</link><pubDate>Wed, 03 Jun 2026 22:29:55 +0530</pubDate><author>cloudmato.com</author><guid>https://cloudmato.com/posts/git-why-it-won-and-what-it-gets-wrong/</guid><description>&lt;p&gt;Ninety-four percent of developers use Git [6]. The remaining six percent are mostly in specialized industries — game studios, large finance companies — and even they are slowly migrating. Every other version control system has either died, is in hospice, or survives only in a corner niche. That&amp;rsquo;s a strange outcome for software one person wrote in about two weeks.&lt;/p&gt;
&lt;h2 class="header-anchor-wrapper"&gt;The BitKeeper Incident That Started All of This
&lt;a href="#the-bitkeeper-incident-that-started-all-of-this" class="header-anchor-link"&gt;
&lt;svg
xmlns="http://www.w3.org/2000/svg"
width="1rem" height="1rem" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round"&gt;
&lt;line x1="4" y1="9" x2="20" y2="9"&gt;&lt;/line&gt;&lt;line x1="4" y1="15" x2="20" y2="15"&gt;&lt;/line&gt;&lt;line x1="10" y1="3" x2="8" y2="21"&gt;&lt;/line&gt;&lt;line x1="16" y1="3" x2="14" y2="21"&gt;&lt;/line&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Git didn&amp;rsquo;t appear because someone sat down and thought &amp;ldquo;let me design the perfect version control system.&amp;rdquo; It appeared because someone yanked a free license away.&lt;/p&gt;</description></item></channel></rss>