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)

Core Concept

Related skills

More from sd0xdev/sd0x-dev-flow

Installs
1
GitHub Stars
155
First Seen
Mar 9, 2026