dsh-git-push
git 自动提交推送插件:扫描 workspace 全部 git 仓库,一键 commit+push(自动识别分支、push 前检查 ahead/behind)。提供 git_scan / git_commit_push 工具与 HTTP API。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:EIGHTfs/dsh-git-push说明文档
阅读完整 README ↗配置
| 字段 | 默认 | 说明 |
|---|---|---|
workspaceRoot | process.cwd() | 扫描根目录 |
extraRepos | [] | 额外仓库绝对路径(find 范围外) |
depth | 3 | find 深度 |