什麼是 gh-subtrees?
子樹發布和專案畢業。將 monorepo 變更發佈到獨立的 GitHub 儲存庫,將專案從實驗室轉移到生產環境。 來源:nikhilmaddirala/gtd-cc。
子樹發布和專案畢業。將 monorepo 變更發佈到獨立的 GitHub 儲存庫,將專案從實驗室轉移到生產環境。
透過命令列快速安裝 gh-subtrees AI 技能到你的開發環境
來源:nikhilmaddirala/gtd-cc。
The monorepo uses git-sync to auto-commit and sync main every 2 minutes across machines (see your git-sync or auto-commit configuration). This means the commit history on main is not meaningful -- it's full of auto-commits like "vault backup: 2024-06-06 09:03:02".
This skill syncs monorepo subtrees with standalone GitHub repos using clean, rewritten commit history. The sync process uses rsync to copy the monorepo subtree into a worktree checked out from the remote, then the AI writes clean commit messages based on the diff and monorepo history. It also handles pulling genuine remote additions back into the monorepo.
CRITICAL: You MUST load the appropriate sub-skill from the sub-skills/ directory based on user intent.
子樹發布和專案畢業。將 monorepo 變更發佈到獨立的 GitHub 儲存庫,將專案從實驗室轉移到生產環境。 來源:nikhilmaddirala/gtd-cc。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/nikhilmaddirala/gtd-cc --skill gh-subtrees子樹發布和專案畢業。將 monorepo 變更發佈到獨立的 GitHub 儲存庫,將專案從實驗室轉移到生產環境。 來源:nikhilmaddirala/gtd-cc。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/nikhilmaddirala/gtd-cc --skill gh-subtrees 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/nikhilmaddirala/gtd-cc