May. 2nd, 2026

For some reason, running Claude Code directly on the remote server is either slow or unreliable. I prefer having a local development environment, but all changes get synchronized to the remote server over ssh instantly without any extra effort. I found mutagen to be very handy in this setup. You install this on your local […]

Sergio Talens-Oliag: Developing a Git Worktree Helper with Copilot

Over the past few weeks I’ve been developing and using a personal command-line tool called gwt (Git Worktree) to manage Git repositories using worktrees. This article explains what the tool does, how it evolved, and how I used GitHub Copilot CLI to develop it (in fact the idea of building the script was also to test the tool).

The Problem: Managing Multiple Branches

I was working on a…

Read more →
Page 1