<?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 Arhuman's Blog</title><link>https://blog.assad.fr/en/tags/git/</link><description>Recent content in Git on Arhuman's Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 23 Sep 2026 06:30:00 +0200</lastBuildDate><atom:link href="https://blog.assad.fr/en/tags/git/index.xml" rel="self" type="application/rss+xml"/><item><title>When Anthropic Decides On Your Behalf</title><link>https://blog.assad.fr/en/post/who-signs-my-commits/</link><pubDate>Wed, 23 Sep 2026 06:30:00 +0200</pubDate><guid>https://blog.assad.fr/en/post/who-signs-my-commits/</guid><description>&lt;p&gt;That is the second time this morning.&#10;Once again, without a word, Claude Code co-signed my commit.&lt;/p&gt;&#10;&lt;pre tabindex="0"&gt;&lt;code&gt;Co-Authored-By: Claude Opus 5 (1M context) &amp;lt;noreply@anthropic.com&amp;gt;&#10;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;When I point it out, it apologises flatly and does it again.&lt;/p&gt;&#10;&lt;p&gt;Yet I had written, in capitals, in my global CLAUDE.md:&lt;/p&gt;&#10;&lt;blockquote&gt;&#10;&lt;p&gt;NEVER append a Co-Authored by Claude in commit description&lt;/p&gt;&#10;&lt;/blockquote&gt;&#10;&lt;p&gt;That is the file Claude Code loads in every session.&lt;/p&gt;&#10;&lt;p&gt;I say publicly that I use AI, but I answer for my code.&#10;With that line added, a client may wonder who is accountable for the code, a maintainer what &amp;ldquo;co-author&amp;rdquo; implies, when neither question should arise at all.&#10;Co-signing is not assisting, it is claiming authorship.&lt;/p&gt;</description></item><item><title>Less is More: Why I Replaced Git with Jujutsu.</title><link>https://blog.assad.fr/en/post/jj_has_better_legs/</link><pubDate>Sun, 05 Apr 2026 02:38:37 +0100</pubDate><guid>https://blog.assad.fr/en/post/jj_has_better_legs/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;&#10;&lt;p&gt;In computing, the aphorism &amp;ldquo;Less is More&amp;rdquo; comes up often.&#10;With Jujutsu (jj), it takes a very concrete form: a simpler mental model can reduce the daily friction of version control.&lt;/p&gt;&#10;&lt;p&gt;In this article&lt;sup id="fnref:1"&gt;&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref"&gt;1&lt;/a&gt;&lt;/sup&gt;, I will not try to &amp;ldquo;prove&amp;rdquo; that &lt;code&gt;jj&lt;/code&gt; is superior to &lt;code&gt;git&lt;/code&gt;. I will show, on a concrete case, why some common operations: interrupting work in progress, reorganizing changes, fixing a non-atomic commit or resolving a conflict, become more natural with jj.&lt;/p&gt;</description></item></channel></rss>