👩💻 Join our community of thousands of amazing developers!
Git Worktrees appear to solve a set of challenges I encounter when working on this blog: Maintenance branches for 11ty and other dependencies come and go with some frequency. Writing new posts on parallel branches isn't fluid when switching frequently. If I incidentally mix some build upgrades into a content PR, it can be difficult to extract and re-apply if developed in a single checkout. Worktrees hold the promise of parallel working branch directories without separate backing checkouts. Tut...