git-worktrees とは?
git worktree を使用して複数のブランチで同時に並行開発を行う ソース: bobmatnyc/claude-mpm-skills。
git worktree を使用して複数のブランチで同時に並行開発を行う
コマンドラインで git-worktrees AI スキルを開発環境にすばやくインストール
ソース: bobmatnyc/claude-mpm-skills。
Git worktrees allow you to have multiple working directories from the same repository, each with a different branch checked out. Work on multiple branches simultaneously without switching.
Perfect for stacked PR workflow - one worktree per PR:
✅ No Branch Switching: Work on multiple branches without git checkout ✅ Parallel Servers: Run multiple dev environments simultaneously ✅ Preserve State: Build artifacts and nodemodules stay per-branch ✅ Safer Reviews: Test PRs without affecting main working directory ✅ Faster Context Switch: Jump between worktrees instead of rebasing
git worktree を使用して複数のブランチで同時に並行開発を行う ソース: bobmatnyc/claude-mpm-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill git-worktreesgit worktree を使用して複数のブランチで同時に並行開発を行う ソース: bobmatnyc/claude-mpm-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill git-worktrees インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/bobmatnyc/claude-mpm-skills