·git-worktrees
</>

git-worktrees

heyitsnoah/claudesidian

分離された並列開発のために git worktree を使用します。機能の作業を分離して開始する場合、ブランチ切り替えのない個別のワークスペースが必要な場合、または PR マージ後にワークツリーをクリーンアップする場合に使用します。

5インストール·0トレンド·@heyitsnoah

インストール

$npx skills add https://github.com/heyitsnoah/claudesidian --skill git-worktrees

SKILL.md

Git worktrees create isolated workspaces sharing the same repository, allowing work on multiple branches simultaneously without switching. Each worktree is a separate directory with its own working tree, but they share the same .git history.

| List worktrees | git worktree list | | Create worktree | git worktree add -b | | Create from existing branch | git worktree add | | Remove worktree | git worktree remove | | Prune stale worktrees | git worktree prune |

NEVER remove a worktree with uncommitted changes without confirmation.

分離された並列開発のために git worktree を使用します。機能の作業を分離して開始する場合、ブランチ切り替えのない個別のワークスペースが必要な場合、または PR マージ後にワークツリーをクリーンアップする場合に使用します。 ソース: heyitsnoah/claudesidian。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/heyitsnoah/claudesidian --skill git-worktrees
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

git-worktrees とは?

分離された並列開発のために git worktree を使用します。機能の作業を分離して開始する場合、ブランチ切り替えのない個別のワークスペースが必要な場合、または PR マージ後にワークツリーをクリーンアップする場合に使用します。 ソース: heyitsnoah/claudesidian。

git-worktrees のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/heyitsnoah/claudesidian --skill git-worktrees インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/heyitsnoah/claudesidian