dsh-git-push
git 自动提交推送插件:扫描 workspace 全部 git 仓库,一键 commit+push(自动识别分支、push 前检查 ahead/behind)。提供 git_scan / git_commit_push 工具与 HTTP API。
AI 분석
核心用途是实现工作区代码或文档的自动化 Git 提交与推送。适合需要 AI 自动交付代码成果、自动同步多仓库变更的开发和协作任务。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:EIGHTfs/dsh-git-push配置
| 字段 | 默认 | 说明 |
|---|---|---|
workspaceRoot | process.cwd() | 扫描根目录 |
extraRepos | [] | 额外仓库绝对路径(find 范围外) |
depth | 3 | find 深度 |