Git Worktrees and Claude Code: Why My Local Files Didn't Update
While creating a blog post with Claude Code, I noticed the changes were on GitHub but not visible in my local files. The reason was git worktrees – a Git feature that lets Claude work in isolation without touching your local working directory. Here is what happened and what the trade-offs are.