<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>programming on vladh&#39;s microblog</title>
    <link>https://microblog.vladh.net/tags/programming/</link>
    <description>Recent content in programming on vladh&#39;s microblog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 14 Aug 2022 14:05:00 +0100</lastBuildDate><atom:link href="https://microblog.vladh.net/tags/programming/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Easy nocheckin with git</title>
      <link>https://microblog.vladh.net/posts/easy-nocheckin-with-git/</link>
      <pubDate>Sun, 14 Aug 2022 14:05:00 +0100</pubDate>
      
      <guid>https://microblog.vladh.net/posts/easy-nocheckin-with-git/</guid>
      <description>Sometimes, you want to add some code to test something out, but you definitely want to make sure you don&amp;rsquo;t git commit it. Of course, you should always check the output of git diff before you make a commit (you do, right?), but if you have a lot of changes things can slip through the cracks.
A solution is to write a comment containing a string such as &amp;ldquo;nocheckin&amp;rdquo;:
function do_stuff() { printf(&amp;#34;hello!</description>
    </item>
    
  </channel>
</rss>
