什麼是 git-worktree?
管理 Git 工作樹以進行隔離並行開發。使用符號連結的 .env 檔案在 .github/worktrees/ 中建立工作樹。 來源:skinnyandbald/fish-skills。
管理 Git 工作樹以進行隔離並行開發。使用符號連結的 .env 檔案在 .github/worktrees/ 中建立工作樹。
透過命令列快速安裝 git-worktree AI 技能到你的開發環境
來源:skinnyandbald/fish-skills。
Manage isolated Git worktrees for parallel development, following project conventions.
| create [base] | Create worktree with symlinked .env | | list | List all worktrees | | cleanup | Remove inactive worktrees | | switch | Switch to a worktree |
NEVER call git worktree add directly. Always use the script.
管理 Git 工作樹以進行隔離並行開發。使用符號連結的 .env 檔案在 .github/worktrees/ 中建立工作樹。 來源:skinnyandbald/fish-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/skinnyandbald/fish-skills --skill git-worktree管理 Git 工作樹以進行隔離並行開發。使用符號連結的 .env 檔案在 .github/worktrees/ 中建立工作樹。 來源:skinnyandbald/fish-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/skinnyandbald/fish-skills --skill git-worktree 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/skinnyandbald/fish-skills