tomoasleep

git-worktree-professional

Create, Manage Git worktrees. Read this when you use git worktree.

tomoasleep 2 Updated 3mo ago
GitHub

Install

npx skillscat add tomoasleep/dotfiles/git-worktree-professional

Install via the SkillsCat registry.

SKILL.md

How to access Git Worktree

Quick Start

# Create a new worktree with new branch
gwq add -b feature/new-ui

# List all worktrees
gwq list

# Check status of all worktrees
gwq status

# Get worktree path (for cd)
cd $(gwq get feature)

# Execute command in worktree
gwq exec feature -- npm test

# Remove a worktree
gwq remove feature/old-ui

from: https://github.com/d-kuro/gwq?tab=readme-ov-file#quick-start