﻿<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://www.hibit.dev/rss/posts/283" rel="self" type="application/rss+xml" />
        <title><![CDATA[Keep your codebase clean with Git hooks]]></title>
        <description><![CDATA[<p>Every developer has been there: you push a commit, CI fails, and it turns out there was a linting error, a forgotten debug statement, or a test that nobody ran. Pre-commit hooks are the safety net that catches these problems before they ever leave your machine. They are not a complex feature or an advanced Git topic. They are just scripts, and once you understand how they work, you will find yourself reaching for them on every project.</p>]]></description>
        <link><![CDATA[https://www.hibit.dev/posts/283/keep-your-codebase-clean-with-git-hooks]]></link>
        <pubDate>Mon, 11 May 2026 08:30:02 +0000</pubDate>
        <language>en</language>
        <category>development</category>

        <image>
            <title>keep-your-codebase-clean-with-git-hooks</title>
            <link><![CDATA[https://www.hibit.dev/posts/283/keep-your-codebase-clean-with-git-hooks]]></link>
            <url><![CDATA[https://www.hibit.dev/images/posts/2026/05/1/headers/2590_git_hooks.png]]></url>
            <width>200></width>
            <height>200></height>
        </image>
    </channel>
</rss>
