/install git
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install git - 安装完成后,直接呼叫该 Skill 的名称或使用
/git触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Git 是什么?
Commits, branches, merges, and rebases Git repositories, resolves conflicts, and recovers lost history. Use when the work touches a repo, commit, branch, merge, rebase, stash, tag, or submodule; when Git refuses a command — index.lock exists, push rejected as non-fast-forward, detached HEAD, dubious ownership, unrelated histories, conflict markers left behind; when something looks lost after a hard reset, a bad rebase, a deleted branch, or a dropped stash; when splitting a mixed change, wording commit messages, cleaning history before review, or force-pushing without wrecking a teammate's work; when a credential or a huge file got committed; when setting up worktrees, hooks, LFS, sparse checkout, signing, or separate work and personal identities. Not for CI pipeline YAML (github-actions, gitlab) or for composing the pull request description itself (pull-request). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 17591 次。
如何安装 Git?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install git」即可一键安装,无需额外配置。
Git 是免费的吗?
是的,Git 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Git 支持哪些平台?
Git 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 Git?
由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.12。