Simplifies parallel branch development by managing Git worktrees as sibling directories for seamless context switching.
The Git Worktree Manager skill streamlines your development workflow by allowing you to handle multiple branches simultaneously without the overhead of stashing changes or managing multiple clones. It automates the creation of sibling directories for new branches, provides context-aware commands for merging and rebasing, and ensures safe worktree removal through pre-deletion merge verification. This skill is essential for developers who need to pivot quickly between feature development, bug fixes, and code reviews while maintaining a clean and organized local environment.
주요 기능
01Dynamic path calculation to prevent manual directory management errors
02Context-aware branch merging and rebasing onto the main branch
03Safety-first operations that prevent accidental data loss or forced pushes
04Safe worktree removal with mandatory merge status verification
050 GitHub stars
06Automated sibling directory creation for parallel branch development
사용 사례
01Performing code reviews in a clean environment without interrupting your current feature work
02Simultaneously working on an urgent hotfix while maintaining progress on a long-term project
03Managing complex rebases in a dedicated worktree to isolate potential conflicts