Provides a comprehensive guide and command reference for managing Git worktrees to enable efficient parallel development workflows.
This skill serves as an exhaustive knowledge base for Git worktrees, enabling developers and AI agents to manage multiple branches simultaneously without the overhead of multiple clones or constant stashing. It covers everything from basic command syntax and directory organization to advanced environment isolation strategies like port management and per-worktree databases. By providing standardized patterns and troubleshooting for common pitfalls, it helps teams optimize their workspace for concurrent feature development and isolated testing environments.
주요 기능
01Best practices for directory structure and naming conventions
02Troubleshooting guide for common errors and stale references
03Environment isolation strategies for ports, databases, and .env files
041 GitHub stars
05Comprehensive Git worktree command and syntax reference
06Resource management tips for disk space and memory usage
사용 사례
01Troubleshooting 'branch already checked out' or stale worktree errors
02Learning how to set up and manage multiple concurrent feature branches
03Configuring isolated development environments for parallel AI agent tasks