<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Workflow on Volodymyr's Blog</title><link>https://vzav.eu/tags/workflow/</link><description>Recent content in Workflow on Volodymyr's Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Tue, 28 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://vzav.eu/tags/workflow/index.xml" rel="self" type="application/rss+xml"/><item><title>Git Worktree: One Repo, Every Branch, No Stashing</title><link>https://vzav.eu/posts/tools/git-worktree/</link><pubDate>Tue, 28 Jul 2026 00:00:00 +0000</pubDate><guid>https://vzav.eu/posts/tools/git-worktree/</guid><description>&lt;p&gt;You are halfway through a refactor. Nothing compiles. Someone reports production is broken and needs a one-line fix on &lt;code&gt;main&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;So you &lt;code&gt;git stash&lt;/code&gt;, switch branch, fix, switch back, &lt;code&gt;git stash pop&lt;/code&gt;, and spend the next ten minutes working out which of your changes came back and which were already there. Or you keep a second clone of the repo, and now you maintain two sets of hooks, two &lt;code&gt;.env&lt;/code&gt; files, two IDE indexes, and 4 GB of duplicated history.&lt;/p&gt;</description></item></channel></rss>