Manage multiple working trees for parallel development, testing, and code review without branch switching overhead.
/plugin marketplace add geoffjay/claude-plugins/plugin install git@geoffjay-claude-plugins# Git Worktree - Multiple Working Trees Management Manage multiple working trees for parallel development, testing, and code review without branch switching overhead. ## Command `/git:worktree <action> [path] [branch-name]` ## Arguments - `$1`: action - `add|list|remove|prune|lock|unlock` (required) - `$2`: path - Directory path for the worktree (required for add/remove) - `$3`: branch-name - Branch to checkout in worktree (optional for add) ## Description Git worktrees allow you to have multiple working directories from the same repository, each with different branches checked out. ...