<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Git-Hooks on Andrew Quinn&#39;s TILs</title>
    <link>https://til.andrew-quinn.me/tags/git-hooks/</link>
    <description>Recent content in Git-Hooks on Andrew Quinn&#39;s TILs</description>
    <image>
      <title>Andrew Quinn&#39;s TILs</title>
      <url>https://til.andrew-quinn.me/papermod-cover.png</url>
      <link>https://til.andrew-quinn.me/papermod-cover.png</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 18 Nov 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://til.andrew-quinn.me/tags/git-hooks/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>No such thing as a Post-Push Hook</title>
      <link>https://til.andrew-quinn.me/posts/no-such-thing-as-a-post-push-hook/</link>
      <pubDate>Sat, 18 Nov 2023 00:00:00 +0000</pubDate>
      
      <guid>https://til.andrew-quinn.me/posts/no-such-thing-as-a-post-push-hook/</guid>
      <description>&lt;p&gt;Tonight I was hacking away at some more little automations to make this TIL nice and
presentable over at &lt;a href=&#34;https://til.andrew-quinn.me/&#34;&gt;https://til.andrew-quinn.me/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Git has a wonderful system called &amp;ldquo;hooks&amp;rdquo; which live under &lt;code&gt;.git/hooks/&lt;/code&gt;, come loaded
with examples so you can remember how they all work, and &amp;ndash; surprisingly &amp;ndash; don&amp;rsquo;t
contain a local &lt;code&gt;post-push&lt;/code&gt; hook! There&amp;rsquo;s post-receive, but that expects to be able
to run a script on the &lt;em&gt;server&lt;/em&gt; side &amp;ndash; not helpful when I&amp;rsquo;m pushing to one of
Github&amp;rsquo;s many, many anonymous boxes.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
