Claude Code Now Supports Git Worktrees (Built-In)
Claude Code now has built-in support for git worktree.
You can use this feature by passing --worktree arg when starting claude code
claude --worktree
By leveraging this feature, we can build multiple things in the same repo in parallel without interfering with one other (codebase)
Matt has a really quick walkthrough video about it which you might find useful