Loading...
Loading...
Found 123 Skills
Git Worktrees enables parallel development by maintaining multiple checked-out branches simultaneously in separate directories.
Use when needing multiple checked-out branches simultaneously without re-cloning — review a PR while keeping WIP, per-branch build caches, or hotfix alongside feature work
Use when starting feature work that needs isolation - creates a temporary branch for implementation work with safety verification