<?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 on Spaghetti Code 🍝</title>
    <link>https://spaghetti-code.net/en/tags/git/</link>
    <description>Recent content in Git on Spaghetti Code 🍝</description>
    <image>
      <title>Spaghetti Code 🍝</title>
      <url>https://spaghetti-code.net/images/og-default.png</url>
      <link>https://spaghetti-code.net/images/og-default.png</link>
    </image>
    <generator>Hugo -- 0.160.0</generator>
    <language>en</language>
    <lastBuildDate>Tue, 22 Sep 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://spaghetti-code.net/en/tags/git/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Use Git Bisect to Find a Broken Commit</title>
      <link>https://spaghetti-code.net/en/posts/git/git-bisect/</link>
      <pubDate>Tue, 22 Sep 2026 00:00:00 +0000</pubDate>
      <guid>https://spaghetti-code.net/en/posts/git/git-bisect/</guid>
      <description>Git bisect narrows hundreds of commits down to the one that broke your code with a binary search, in a handful of tests instead of a manual git log crawl.</description>
    </item>
    <item>
      <title>Git Rebase vs Merge: When to Use Each</title>
      <link>https://spaghetti-code.net/en/posts/git/git-rebase-vs-merge/</link>
      <pubDate>Sun, 13 Sep 2026 00:00:00 +0000</pubDate>
      <guid>https://spaghetti-code.net/en/posts/git/git-rebase-vs-merge/</guid>
      <description>Git merge and rebase both combine branches, but one preserves history and the other rewrites it. What each does to your commit graph, and when to use which.</description>
    </item>
  </channel>
</rss>
