git-worktree - Git Worktree Manager for Parallel Development
Manages Git worktrees for isolated parallel development with environment file handling
Tags
Updated: 2026-02-23Capabilities
Typical Inputs
Typical Outputs
What this skill does
- create worktree directories
- list existing worktrees
- switch between worktrees
- clean up inactive worktrees
- copy .env files
- write .worktree-config
Inputs
- branch name
- source branch
- worktree manager script
- .env files
- .gitignore file
Outputs
- worktree directory
- .worktree-config file
- git status changes
- updated .gitignore
Requirements
- Git installed
- bash script execution
- .gitignore file present
- main repository with .env files
