什么是 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