using-git-worktrees
FeaturedUse when a coding task needs a concurrent checkout, unrelated dirty state blocks safe branch switching, or the user or repository explicitly requires a worktree.
Install
Quality Score: 93/100
Skill Content
Details
- Author
- GanyuanRan
- Repository
- GanyuanRan/Aegis
- Created
- 4 months ago
- Last Updated
- yesterday
- Language
- Python
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
using-git-worktrees
Use when feature work needs isolation, concurrent branches must not share state, a dirty baseline must be protected, or the user explicitly requests a git worktree.
using-git-worktrees
Creates and manages isolated Git worktrees for parallel agents, risky experiments, or long-running feature work while preserving the user's current checkout. Use before concurrent branch edits or when isolation makes rollback safer. Not for a trivial one-file change that is already isolated.
using-git-worktrees
Use Git worktrees to create parallel working directories safely; avoid branch-switch contamination.