什么是 git-workflow?
Hytale mod 开发团队的 Git 版本控制工作流程。涵盖存储库设置、分支策略、提交约定、拉取请求和协作最佳实践。在与团队合作、管理 mod 版本或设置源代码控制时使用。 来源:z3nlotus/hytale-agent-skills。
Hytale mod 开发团队的 Git 版本控制工作流程。涵盖存储库设置、分支策略、提交约定、拉取请求和协作最佳实践。在与团队合作、管理 mod 版本或设置源代码控制时使用。
通过命令行快速安装 git-workflow AI 技能到你的开发环境
来源:z3nlotus/hytale-agent-skills。
| Feature | feature/ | feature/dragon-mob | | Bugfix | fix/ | fix/crash-on-spawn | | Release | release/ | release/1.2.0 | | Hotfix | hotfix/ | hotfix/exploit-fix |
| feat | New feature | | fix | Bug fix | | docs | Documentation | | style | Formatting (no code change) | | refactor | Code restructure | | test | Adding tests | | chore | Maintenance |
| Check status | git status | | View history | git log --oneline -10 | | Undo last commit | git reset --soft HEAD1 | | Discard changes | git checkout -- | | Stash work | git stash | | Apply stash | git stash pop | | Create tag | git tag v1.0.0 | | Push tag | git push origin v1.0.0 |
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/z3nlotus/hytale-agent-skills --skill git-workflowHytale mod 开发团队的 Git 版本控制工作流程。涵盖存储库设置、分支策略、提交约定、拉取请求和协作最佳实践。在与团队合作、管理 mod 版本或设置源代码控制时使用。 来源:z3nlotus/hytale-agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/z3nlotus/hytale-agent-skills --skill git-workflow 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/z3nlotus/hytale-agent-skills