git-worktree
Installation
SKILL.md
Git Worktree
Trigger
- Keywords: worktree, parallel development, simultaneous branches, work directory, checkout another branch
When NOT to Use
- Only need to switch branches (use
git checkout) - Need a fully independent repo copy (use
git clone) - Temporarily view a single file (use
git show branch:file)