--- # Research sources referenced by this skill # Each entry documents where the skill's guidance came from. --- ## git-scm-worktree-docs **Description:** Git SCM official documentation for `git worktree` command — creating, listing, locking, moving, removing, pruning, and repairing linked worktrees; shared vs. per-worktree state; worktree-scoped config. **Source:** https://git-scm.com/docs/git-worktree - **Research doc:** plugins/git/docs/research/docs/git/worktrees.md (whole-document reference — covers `## Concept Overview`, `## Key Commands`, `## Workflow Patterns`, `## Common Gotchas`, `## Configuration`) **Contributing files:** - SKILL.md (Concept, Gotchas, Common Operations, Worked Examples, Return Format) - references/worktrees.md (full `add` flag table, sparse-checkout, removable media, remote disambiguation, configuration)