什么是 git-workflow-and-versioning?
在进行任何代码更改时使用。在提交、分支、解决冲突或需要跨多个并行流组织工作时使用。 来源:addyosmani/agent-skills。
在进行任何代码更改时使用。在提交、分支、解决冲突或需要跨多个并行流组织工作时使用。
通过命令行快速安装 git-workflow-and-versioning AI 技能到你的开发环境
来源:addyosmani/agent-skills。
Git is your safety net. Treat commits as save points, branches as sandboxes, and history as documentation. With AI agents generating code at high speed, disciplined version control is the mechanism that keeps changes manageable, reviewable, and reversible.
Each successful increment gets its own commit. Don't accumulate large uncommitted changes.
Commits are save points. If the next change breaks something, you can revert to the last known-good state instantly.
在进行任何代码更改时使用。在提交、分支、解决冲突或需要跨多个并行流组织工作时使用。 来源:addyosmani/agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/addyosmani/agent-skills --skill git-workflow-and-versioning在进行任何代码更改时使用。在提交、分支、解决冲突或需要跨多个并行流组织工作时使用。 来源:addyosmani/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/addyosmani/agent-skills --skill git-workflow-and-versioning 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/addyosmani/agent-skills